Skip to content
Snippets Groups Projects
Commit 79cf85c4 authored by David Schäfer's avatar David Schäfer Committed by Peter Lünenschloß
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 6688163c
No related branches found
No related tags found
1 merge request!850Horizontal axis rolling
Pipeline #207017 passed with stages
in 5 minutes and 34 seconds
This commit is part of merge request !850. Comments created here will be created in the context of that merge request.
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment