We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b771c6 commit eda1fbdCopy full SHA for eda1fbd
pydatastructs/graphs/tests/test_algorithms.py
@@ -449,3 +449,4 @@ def _test_max_flow(ds, algorithm):
449
_test_max_flow("List", "dinic")
450
_test_max_flow("Matrix", "dinic")
451
_test_max_flow("List", "ford_fulkerson")
452
+ _test_max_flow("Matrix", "ford_fulkerson")
0 commit comments