I get following feedback
unittests.test_shortest_path(Graph_Advanced)
Failed test case: Failed to find the optimal solution for path between nodes 25 and 759 in a graph. To replicate the graph, you may run generate_graph(nodes = 1000, edges = 100, seed = 42), index = 0.
Expected: 31
Got: 30
Failed test case: Failed to find the optimal solution for path between nodes 654 and 114 in a graph. To replicate the graph, you may run generate_graph(nodes = 1000, edges = 100, seed = 43), index = 1.
Expected: 36
Got: 35
How do I rerun with debug to find out the issue ?