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

Merge branch 'develop' of https://git.ufz.de/rdm-software/saqc into develop

parents acc92264 2addca09
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #5336 passed with stage
in 6 minutes and 27 seconds
Subproject commit e9a80225b02799fa668882149a39f4a734b4f280
Subproject commit 3d2d5945ef80beab65863f8159e03130ce760f9d
......@@ -391,6 +391,8 @@ def spikes_flagSlidingZscore(
# prepare data, work on numpy arrays for the fulfilling pleasure of performance
d = data[field].dropna()
if d.empty:
return data, flagger
all_indices = np.arange(len(d.index))
x = (d.index - d.index[0]).total_seconds().values
y = d.values
......
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