Error message:
Failed test case: Failed to achieve 85% of success in test cases. Examples of failed tests will be provided.
Expected:
At least 85% of success tsp_medium_graph running below 1.3s and achieving the correct distance,
but got:
Success rate: 0%.
Failed test case: Exceeded time execution limit for a tour starting in node 0. To replicate the graph, you may run generate_graph(nodes = 300, complete = True, seed = 65).
Expected:
tsp_medium_graph method must run in less than 1.3 seconds,
but got:
Time execution exceeded 1.3 seconds.
Failed test case: Exceeded time execution limit for a tour starting in node 0. To replicate the graph, you may run generate_graph(nodes = 300, complete = True, seed = 66).
Expected:
tsp_medium_graph method must run in less than 1.3 seconds,
but got:
Time execution exceeded 1.3 seconds.
Failed test case: Exceeded time execution limit for a tour starting in node 0. To replicate the graph, you may run generate_graph(nodes = 300, complete = True, seed = 67).
Expected:
tsp_medium_graph method must run in less than 1.3 seconds,
but got:
Time execution exceeded 1.3 seconds.