From 9337ba3096bf57305e3e77c09ccba2c2b58641c9 Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz-juelich.de>
Date: Wed, 23 Sep 2020 09:23:40 +0200
Subject: [PATCH] single parameter followed old convention

---
 mlair/run_modules/post_processing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlair/run_modules/post_processing.py b/mlair/run_modules/post_processing.py
index b4af7a75..de43f30d 100644
--- a/mlair/run_modules/post_processing.py
+++ b/mlair/run_modules/post_processing.py
@@ -74,7 +74,7 @@ class PostProcessing(RunEnvironment):
         self.plot_path: str = self.data_store.get("plot_path")
         self.target_var = self.data_store.get("target_var")
         self._sampling = self.data_store.get("sampling")
-        self.window_lead_time = extract_value(self.data_store.get("shape_outputs", "model"))
+        self.window_lead_time = extract_value(self.data_store.get("output_shape", "model"))
         self.skill_scores = None
         self.bootstrap_skill_scores = None
         self._run()
-- 
GitLab