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

Bugfix: typo in parameter name made the function unusable

parent 7938cf37
No related branches found
No related tags found
1 merge request!219Bugfixes
Pipeline #16222 passed with stage
in 6 minutes and 5 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