diff --git a/.vscode/launch.json b/.vscode/launch.json index e582557..80f4077 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,9 +12,9 @@ "console": "integratedTerminal", "justMyCode": true, "args": [ - "--exp", "test", + "--exp", "without_exp", "--reset_db", "True", - "--job", "1" + "--job", "24" ] } ]