Skip to content

Commit b308f03

Browse files
committed
feat: add algorithem
1 parent fd3b5ff commit b308f03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydatastructs/graphs/tests/test_algorithms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ def _test_shortest_paths_negative_edges(ds, algorithm):
348348

349349
_test_shortest_paths_negative_edges("List", 'floyd_warshall')
350350
_test_shortest_paths_negative_edges("Matrix", 'floyd_warshall')
351-
_test_shortest_paths_negative_edges("List", 'floyd_warshall_parallel')
352-
_test_shortest_paths_negative_edges("Matrix", 'floyd_warshall_parallel')
353351

354352
def test_topological_sort():
355353

0 commit comments

Comments
 (0)