We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c126e4 commit 3ce1296Copy full SHA for 3ce1296
scripts/run_tests.py
@@ -47,7 +47,7 @@
47
json_output_path = os.path.join(
48
args.directory,
49
algorithm.replace("-", "_"),
50
- desirability.replace("/", "_"),
+ desirability.replace("/", "_").replace("*", "_"),
51
instance + ".json")
52
if not os.path.exists(os.path.dirname(json_output_path)):
53
os.makedirs(os.path.dirname(json_output_path))
0 commit comments