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

black applies

parent 3b90dabd
No related branches found
No related tags found
1 merge request!256Filter funcs
Pipeline #22942 failed with stage
in 1 minute and 48 seconds
......@@ -149,7 +149,7 @@ def flagByVariance(
window,
thresh,
operator.lt,
min_periods=min_periods
min_periods=min_periods,
)
flags[to_set[to_set].index, field] = flag
......
......@@ -67,14 +67,7 @@ def flagByStatLowPass(
sub_winsz = pd.Timedelta(sub_winsz)
to_set = statPass(
datcol,
stat,
winsz,
thresh,
operator.gt,
sub_winsz,
sub_thresh,
min_periods
datcol, stat, winsz, thresh, operator.gt, sub_winsz, sub_thresh, min_periods
)
flags[to_set[to_set].index, field] = flag
return data, flags
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