Skip to content

Commit

Permalink
Corrected graph test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebatty committed Nov 9, 2016
1 parent 0e7fa00 commit d6df30a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/info/debatty/java/graphs/GraphTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ public double similarity(Double value1, Double value2) {
Graph.DEFAULT_SEARCH_SPEEDUP,
Graph.DEFAULT_SEARCH_RANDOM_JUMPS,
Graph.DEFAULT_SEARCH_EXPANSION,
Graph.DEFAULT_UPDATE_DEPTH,
stats);
System.out.println(stats);
data.add(query);
Expand Down

0 comments on commit d6df30a

Please sign in to comment.