Skip to content
Snippets Groups Projects
Commit 9337ba30 authored by leufen1's avatar leufen1
Browse files

single parameter followed old convention

parent c8d0db43
Branches
Tags
4 merge requests!156include current development into release,!155Resolve "new release v0.12.1",!151rename shapes parameter (bug),!139Draft: Resolve "KZ filter"
Pipeline #46226 passed
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment