Skip to content

Commit

Permalink
Make weights more different
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Jun 11, 2020
1 parent 3b0a1b5 commit 1aa7f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils/graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def weighted_tree(is_directed=False):
{
"source": [0, 0, 1, 1, 2, 2],
"target": [1, 2, 3, 4, 5, 6],
"weight": [1.0, 2, 10, 1, 1, 0],
"weight": [1.0, 5, 20, 1, 1, 0],
}
)
cls = StellarDiGraph if is_directed else StellarGraph
Expand Down

0 comments on commit 1aa7f14

Please sign in to comment.