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

remove TimeTrackingWrapper from method _plot_base

parent 9f762bf9
No related branches found
No related tags found
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!95Felix issue113 update default plot list cond quanitle plots
Pipeline #34838 passed
...@@ -372,7 +372,7 @@ class PlotConditionalQuantiles(AbstractPlotClass): ...@@ -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._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") 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=""): 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 Base method to create cond. quantile plots. Is called from _plot_all and _plot_seasonal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment