Skip to content

Commit 3ce1296

Browse files
committed
Update run_tests.py
1 parent 5c126e4 commit 3ce1296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
json_output_path = os.path.join(
4848
args.directory,
4949
algorithm.replace("-", "_"),
50-
desirability.replace("/", "_"),
50+
desirability.replace("/", "_").replace("*", "_"),
5151
instance + ".json")
5252
if not os.path.exists(os.path.dirname(json_output_path)):
5353
os.makedirs(os.path.dirname(json_output_path))

0 commit comments

Comments
 (0)