without_exp

This commit is contained in:
2023-05-21 12:35:27 +08:00
parent 94583af801
commit b4e9512439
9 changed files with 20 additions and 17 deletions

4
.vscode/launch.json vendored
View File

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