Skip to content
Snippets Groups Projects
Commit 31c842c5 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

remove hdfml from catropy plots

parent 429468bc
Branches
Tags
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #35575 passed
...@@ -199,7 +199,8 @@ class PostProcessing(RunEnvironment): ...@@ -199,7 +199,8 @@ class PostProcessing(RunEnvironment):
if "PlotConditionalQuantiles" in plot_list: if "PlotConditionalQuantiles" in plot_list:
PlotConditionalQuantiles(self.test_data.stations, data_pred_path=path, plot_folder=self.plot_path) PlotConditionalQuantiles(self.test_data.stations, data_pred_path=path, plot_folder=self.plot_path)
if "PlotStationMap" in plot_list: if "PlotStationMap" in plot_list:
if self.data_store.get("hostname")[:2] in self.data_store.get("hpc_hosts"): if self.data_store.get("hostname")[:2] in self.data_store.get("hpc_hosts") or self.data_store.get(
"hostname")[:5] in self.data_store.get("hpc_hosts"):
logging.warning( logging.warning(
f"Skip 'PlotStationMap` because running on a hpc node: {self.data_store.get('hostname')}") f"Skip 'PlotStationMap` because running on a hpc node: {self.data_store.get('hostname')}")
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment