Skip to content

Commit

Permalink
Update run_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Jul 14, 2024
1 parent 5c126e4 commit 3ce1296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
json_output_path = os.path.join(
args.directory,
algorithm.replace("-", "_"),
desirability.replace("/", "_"),
desirability.replace("/", "_").replace("*", "_"),
instance + ".json")
if not os.path.exists(os.path.dirname(json_output_path)):
os.makedirs(os.path.dirname(json_output_path))
Expand Down

0 comments on commit 3ce1296

Please sign in to comment.