You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The test should pass without any failures.
Screenshots
Failure
Expected equality of these values:
distance_0_1->second
Which is: 1
distance_1_0->second
Which is: 1.7976931348623157e+308
...
[ FAILED ] 1 test, listed below:
[ FAILED ] FloydWarshallTest.test_2
1 FAILED TEST
Additional context
-Since edge 1 is an UndirectedWeightedEdge the distance from node 1 and 0 and the distance from node 1 and node 0 should be equal if the floyd warshall algorithm is correct.
-This issue was created after considering this suggestion: : #376 (comment)
The text was updated successfully, but these errors were encountered:
Bug description
I created a Floyd-Warshall test, and it is failing.
To reproduce
Create a Floyd-Warshall test file and add the following test case:
Expected behavior
The test should pass without any failures.
Screenshots
Additional context
-Since edge 1 is an UndirectedWeightedEdge the distance from node 1 and 0 and the distance from node 1 and node 0 should be equal if the floyd warshall algorithm is correct.
-This issue was created after considering this suggestion: : #376 (comment)
The text was updated successfully, but these errors were encountered: