From 26fbafb8d29403cb5b8994a22b629022f40eea9f Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Thu, 15 Apr 2021 08:59:55 +0200 Subject: [PATCH] can be merged now on test pass, /close # --- mlair/plotting/data_insight_plotting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mlair/plotting/data_insight_plotting.py b/mlair/plotting/data_insight_plotting.py index da144876..2f75b16a 100644 --- a/mlair/plotting/data_insight_plotting.py +++ b/mlair/plotting/data_insight_plotting.py @@ -467,6 +467,7 @@ class PlotPeriodogram(AbstractPlotClass): # pragma: no cover not compatible with any custom data handler. Proven data handlers are `DefaultDataHandler`, `DataHandlerMixedSampling`, `DataHandlerMixedSamplingWithFilter`. To work properly, the data handler must have the attribute `.id_class._data`. + """ def __init__(self, generator: Dict[str, DataCollection], plot_folder: str = ".", plot_name="periodogram", -- GitLab