From b99aa1803d57dc56bc1eaa8c9ecb101395da119f Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Mon, 16 Nov 2020 10:43:58 +0100 Subject: [PATCH] wrong path in docs --- mlair/data_handler/data_handler_mixed_sampling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlair/data_handler/data_handler_mixed_sampling.py b/mlair/data_handler/data_handler_mixed_sampling.py index d19bbadb..74e1b42f 100644 --- a/mlair/data_handler/data_handler_mixed_sampling.py +++ b/mlair/data_handler/data_handler_mixed_sampling.py @@ -129,7 +129,7 @@ class DataHandlerMixedSamplingSeparationOfScalesSingleStation(DataHandlerMixedSa Data handler using mixed sampling for input and target. Inputs are temporal filtered and depending on the separation frequency of a filtered time series the time step delta for input data is adjusted (see image below). - ..image::../../../../../ _source / _plots / monthly_summary_box_plot.png + .. image:: ../../../../../_source/_plots/separation_of_scales.png :width: 400 """ -- GitLab