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

corrected get statement, plot still not working

parent 32f3ff22
Branches
Tags
7 merge requests!319add all changes of dev into release v1.4.0 branch,!318Resolve "release v1.4.0",!283Merge latest develop into falcos issue,!279include Develop,!278Felix issue295 transformation parameters in data handler,!272Resolve "fix separation of scales data handler",!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
......@@ -306,7 +306,7 @@ class PostProcessing(RunEnvironment):
try:
if ("filter" in self.test_data[0].get_X(as_numpy=False)[0].coords) and (
"PlotSeparationOfScales" in plot_list):
filter_dim = self.data_store.get("filter_dim", None)
filter_dim = self.data_store.get_default("filter_dim", None)
PlotSeparationOfScales(self.test_data, plot_folder=self.plot_path, time_dim=time_dim,
window_dim=window_dim, target_dim=target_dim, **{"filter_dim": filter_dim})
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment