From 79cf85c4734e3df1926cb035bafc73bc5d1c97a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sch=C3=A4fer?= <david.schaefer@ufz.de> Date: Tue, 16 Apr 2024 15:53:02 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- saqc/funcs/rolling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saqc/funcs/rolling.py b/saqc/funcs/rolling.py index bcc0d2e52..7cc212c5c 100644 --- a/saqc/funcs/rolling.py +++ b/saqc/funcs/rolling.py @@ -186,7 +186,7 @@ def _hroll( if freq is None: raise ValueError( f"Rolling over more than one column is only supported if either the data has a unitary" - f'sampling rate, or window is an Integer. "{window}" was passed and combined {field} ' + f'sampling rate, or window is an integer. "{window}" was passed and combined {field} ' f"index is not unitarily sampled" ) else: -- GitLab