Skip to content

Commit

Permalink
greater than or equal to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanb committed Dec 17, 2017
1 parent b52ebb8 commit 94397d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ def test_feed_to_graph_path():
for _, _, edge in G.edges(data=True):
assert 'length' in edge.keys()
assert isinstance(edge['length'], float)
assert edge['length'] > 0
assert edge['length'] >= 0

0 comments on commit 94397d0

Please sign in to comment.