without_exp

This commit is contained in:
2023-07-28 18:15:44 +08:00
parent 9c26d04d76
commit 6bdfee1ba9

4
.vscode/launch.json vendored
View File

@@ -12,9 +12,9 @@
"console": "integratedTerminal", "console": "integratedTerminal",
"justMyCode": true, "justMyCode": true,
"args": [ "args": [
"--exp", "test", "--exp", "without_exp",
"--reset_db", "True", "--reset_db", "True",
"--job", "1" "--job", "24"
] ]
} }
] ]