Skip to content
Snippets Groups Projects
Commit 6d215906 authored by David Schäfer's avatar David Schäfer
Browse files

Merge branch 'bugfixes' into 'develop'

Bugfixes

See merge request !219
parents 7938cf37 c25e7d0e
No related branches found
No related tags found
Loading
Pipeline #16387 passed with stages
in 10 minutes and 4 seconds
......@@ -135,7 +135,7 @@ def flagJumps(data: DictOfSeries, field: str, flagger: BaseFlagger, thresh: floa
data, flagger = assignChangePointCluster(data, field, flagger,
stat_func=lambda x, y: np.abs(np.mean(x) - np.mean(y)),
tresh_func=lambda x, y: thresh,
thresh_func=lambda x, y: thresh,
bwd_window=winsz,
min_periods_bwd=min_periods,
flag_changepoints=True,
......
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