From 1b02042e862f77119398e6780d482b2ef412a97d Mon Sep 17 00:00:00 2001
From: Enxhi Kreshpa <e.kreshpa@fz-juelich.de>
Date: Fri, 29 Apr 2022 15:22:32 +0200
Subject: [PATCH] Update postprocessing.sh

---
 cicd/postprocessing.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd/postprocessing.sh b/cicd/postprocessing.sh
index 475a8984..e2c83ab4 100644
--- a/cicd/postprocessing.sh
+++ b/cicd/postprocessing.sh
@@ -32,7 +32,7 @@ climate_file=/ambs/data_era5/T2monthly/climatology_t2m_1991-2020.nc
 model=convLSTM
 
 python3 /builds/esde/machine-learning/ambs/video_prediction_tools/main_scripts/main_visualize_postprocess.py \
-    --checkpoint  ${checkpoint_dir} --test_mode yes \
+    --checkpoint  ${checkpoint_dir} --test_mode \
     --results_dir ${results_dir} --batch_size 4 \
     --num_stochastic_samples 1 \
     --lquick_evaluation \
-- 
GitLab