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

Remove -lquick-flag from runscript-modifier list in config_postprocess.py.

parent 0ec2e0be
No related branches found
No related tags found
No related merge requests found
Pipeline #76925 passed
......@@ -31,7 +31,7 @@ class Config_Postprocess(Config_runscript_base):
self.results_dir = 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"]
self.list_batch_vars = ["VIRT_ENV_NAME", "results_dir", "checkpoint_dir", "model"] # , "lquick"]
# copy over method for keyboard interaction
self.run_config = Config_Postprocess.run_postprocess
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment