diff --git a/src/plotting/postprocessing_plotting.py b/src/plotting/postprocessing_plotting.py index b8f67e3393c4443fed523902765278654e78a0a9..c0e2b1ed063bb67d079cd184a574360070e61424 100644 --- a/src/plotting/postprocessing_plotting.py +++ b/src/plotting/postprocessing_plotting.py @@ -372,7 +372,7 @@ class PlotConditionalQuantiles(AbstractPlotClass): self._plot_base(data=self._data, x_model=self._model_name, y_model=self._obs_name, plot_name_affix="cali-ref") self._plot_base(data=self._data, x_model=self._obs_name, y_model=self._model_name, plot_name_affix="like-base") - @TimeTrackingWrapper + # @TimeTrackingWrapper def _plot_base(self, data, x_model, y_model, plot_name_affix, season=""): """ Base method to create cond. quantile plots. Is called from _plot_all and _plot_seasonal