Skip to content
Snippets Groups Projects
Commit 0ec2e0be authored by Michael Langguth's avatar Michael Langguth
Browse files

Deactivate -lquick-flag in config_postprocess.py.

parent f6d17ddd
No related branches found
No related tags found
No related merge requests found
Pipeline #76924 passed
......@@ -29,7 +29,7 @@ class Config_Postprocess(Config_runscript_base):
self.model = None
self.checkpoint_dir = None
self.results_dir = None
self.lquick = None
#self.lquick = None
# list of variables to be written to runscript
self.list_batch_vars = ["VIRT_ENV_NAME", "results_dir", "checkpoint_dir", "model", "lquick"]
# copy over method for keyboard interaction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment