Skip to content
Snippets Groups Projects
Commit 3bd4ad4a authored by Bert Palm's avatar Bert Palm 🎇
Browse files

new black version blackifikationista

parent bdc04b28
No related branches found
No related tags found
1 merge request!667Simplified change points
Pipeline #162934 passed with stages
in 6 minutes and 36 seconds
......@@ -214,7 +214,6 @@ def _getChangePoints(
reduce_func: Callable[[np.ndarray, np.ndarray], float] = lambda x, _: x.argmax(),
result: typing.Literal["cluster", "residual", "mask"] = "mask",
) -> pd.Series:
orig_index = data.index
data = data.dropna() # implicit copy
......
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