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

add loggings to detect min(NaN)

parent 02f821ea
No related branches found
No related tags found
No related merge requests found
Pipeline #90298 failed
......@@ -622,10 +622,13 @@ class PlotSectorialSkillScore(AbstractPlotClass): # pragma: no cover
self._labels = None
self._model_name_for_plots = model_name_for_plots
self._data, self._reference_model = self._prepare_data(data)
logging.info("PlotSectorialSkillScore: finished _prepare_data(data)")
self._plot()
logging.info("PlotSectorialSkillScore: finished _plot()")
self._save()
self.plot_name = self.plot_name + "_vertical"
self._plot_vertical()
logging.info("PlotSectorialSkillScore: finished _plot_vertical()")
self._save()
@TimeTrackingWrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment