Skip to content

Commit 310d078

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

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
@@ -55,7 +55,7 @@ def test_generate_walk(graphs, ip, iq, weighted):
5555

5656
# add random weights to the graph for the weighted case
5757
if weighted:
58-
add_weights(graph)
58+
add_random_weights(graph)
5959

6060
brw = dynnode2vec.biased_random_walk.BiasedRandomWalk(graph)
6161
rng = random.Random(0)

0 commit comments

Comments
 (0)