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

d types

parent 29168b7b
No related branches found
No related tags found
No related merge requests found
Pipeline #16548 failed with stages
in 9 minutes and 50 seconds
......@@ -95,8 +95,8 @@ def flagChangePoints(data: DictOfSeries, field: str, flagger: BaseFlagger,
@register(masking='field')
def assignChangePointCluster(data: DictOfSeries, field: str, flagger: BaseFlagger,
stat_func: Callable[[np.array], np.array],
thresh_func: Callable[[np.array], np.array],
stat_func: Callable[[np.array, np.array], float],
thresh_func: Callable[[np.array, np.array], float],
bwd_window: str,
min_periods_bwd: Union[str, int],
fwd_window: str=None,
......
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