From e2161f39bd4ce4d1262a19d91e325f01399a9dc2 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Tue, 21 Apr 2020 13:42:40 +0200
Subject: [PATCH] remove TimeTrackingWrapper from method _plot_base

---
 src/plotting/postprocessing_plotting.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plotting/postprocessing_plotting.py b/src/plotting/postprocessing_plotting.py
index b8f67e33..c0e2b1ed 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
-- 
GitLab