Skip to content
Snippets Groups Projects
Commit 26fbafb8 authored by leufen1's avatar leufen1
Browse files

can be merged now on test pass, /close #

parent da4d59e9
Branches
Tags
6 merge requests!319add all changes of dev into release v1.4.0 branch,!318Resolve "release v1.4.0",!299Draft: Merge default data handler and preprocessing support parameter use_multiprocessing....,!289include plot script restructuring,!287Resolve "periodogram for kzf",!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #65513 passed
This commit is part of merge request !289. Comments created here will be created in the context of that merge request.
...@@ -467,6 +467,7 @@ class PlotPeriodogram(AbstractPlotClass): # pragma: no cover ...@@ -467,6 +467,7 @@ class PlotPeriodogram(AbstractPlotClass): # pragma: no cover
not compatible with any custom data handler. Proven data handlers are `DefaultDataHandler`, not compatible with any custom data handler. Proven data handlers are `DefaultDataHandler`,
`DataHandlerMixedSampling`, `DataHandlerMixedSamplingWithFilter`. To work properly, the data handler must have `DataHandlerMixedSampling`, `DataHandlerMixedSamplingWithFilter`. To work properly, the data handler must have
the attribute `.id_class._data`. the attribute `.id_class._data`.
""" """
def __init__(self, generator: Dict[str, DataCollection], plot_folder: str = ".", plot_name="periodogram", def __init__(self, generator: Dict[str, DataCollection], plot_folder: str = ".", plot_name="periodogram",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment