Skip to content
Snippets Groups Projects
Commit 7ac064b6 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

Merge branch 'develop' into SEEFOdataStuff

parents 743de105 a1e46903
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
......@@ -186,6 +186,8 @@ def modelling_rollingMean(data, field, flagger, winsz, eval_flags=True, min_peri
data = data.copy()
to_fit = data[field]
flags = flagger.getFlags(field)
if to_fit.empty:
return data, flagger
# starting with the annoying case: finding the rolling interval centers of not-harmonized input time series:
if (to_fit.index.freqstr is None) and center:
......
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