Skip to content

Commit f849940

Browse files
ewindelspedugnat
andauthored
Update tests/test_biased_random_walk.py
Co-authored-by: Paul <[email protected]>
1 parent 310d078 commit f849940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_biased_random_walk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_run(graphs, p, q, weighted):
7878

7979
# add random weights to the graph for the weighted case
8080
if weighted:
81-
add_weights(graph)
81+
add_random_weights(graph)
8282

8383
brw = dynnode2vec.biased_random_walk.BiasedRandomWalk(graph)
8484

0 commit comments

Comments
 (0)