diff --git a/src/python/miplearn/problems/tests/test_tsp.py b/src/python/miplearn/problems/tests/test_tsp.py index 7a45be7..e0ba7e1 100644 --- a/src/python/miplearn/problems/tests/test_tsp.py +++ b/src/python/miplearn/problems/tests/test_tsp.py @@ -70,4 +70,3 @@ def test_subtour(): assert x[4,5] == 1.0 solver.fit([instance]) solver.solve(instance) - assert False