diff --git a/src/run_modules/post_processing.py b/src/run_modules/post_processing.py index b0bce5e69336dc8c48106315ace6ee5ca1a6b2b9..9e6bbe394ec7d3a57bad0814dfa49d2c58ce3e2f 100644 --- a/src/run_modules/post_processing.py +++ b/src/run_modules/post_processing.py @@ -199,7 +199,8 @@ class PostProcessing(RunEnvironment): if "PlotConditionalQuantiles" in plot_list: PlotConditionalQuantiles(self.test_data.stations, data_pred_path=path, plot_folder=self.plot_path) 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( f"Skip 'PlotStationMap` because running on a hpc node: {self.data_store.get('hostname')}") else: