From 3c069964d4efdec139a2bcbdcfe9e654d9f74b13 Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Fri, 27 Aug 2021 08:48:05 +0200 Subject: [PATCH] Remove -lquick-flag from runscript-modifier list in config_postprocess.py. --- .../utils/runscript_generator/config_postprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_tools/utils/runscript_generator/config_postprocess.py b/video_prediction_tools/utils/runscript_generator/config_postprocess.py index c5a69e29..7423e1f9 100755 --- a/video_prediction_tools/utils/runscript_generator/config_postprocess.py +++ b/video_prediction_tools/utils/runscript_generator/config_postprocess.py @@ -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 # -- GitLab