Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heatingma committed May 7, 2024
1 parent 35ae023 commit 185a770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def test_cvrp():
##############################################

if __name__ == "__main__":
# test_tsp()
# test_mis()
test_tsp()
test_mis()
test_cvrp()
shutil.rmtree("tmp")

0 comments on commit 185a770

Please sign in to comment.