Skip to content

Commit d6df30a

Browse files
committed
Corrected graph test
1 parent 0e7fa00 commit d6df30a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/info/debatty/java/graphs/GraphTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ public double similarity(Double value1, Double value2) {
288288
Graph.DEFAULT_SEARCH_SPEEDUP,
289289
Graph.DEFAULT_SEARCH_RANDOM_JUMPS,
290290
Graph.DEFAULT_SEARCH_EXPANSION,
291+
Graph.DEFAULT_UPDATE_DEPTH,
291292
stats);
292293
System.out.println(stats);
293294
data.add(query);

0 commit comments

Comments
 (0)