From 72c882c0109545e4c3985b34eedf2570eea845cb Mon Sep 17 00:00:00 2001 From: luenensc <peter.luenenschloss@ufz.de> Date: Tue, 16 Apr 2024 20:36:13 +0200 Subject: [PATCH] fixed rolling func docstring --- saqc/funcs/rolling.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/saqc/funcs/rolling.py b/saqc/funcs/rolling.py index 5988ab607..0b0666714 100644 --- a/saqc/funcs/rolling.py +++ b/saqc/funcs/rolling.py @@ -56,11 +56,6 @@ class RollingMixin: sampled timeseries, the period number will be casted down to an odd number if ``center=True``. - target : - Field to write the result of the rolling calculation to. Will be generated if not existant. - If not given, `field` will be overwritten with the calculations result. - If multiple fields are given, `target` must be assigned. - func : default mean Function to roll with. -- GitLab