We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d838bc5 commit dcc8b61Copy full SHA for dcc8b61
1 file changed
src/spikeinterface/curation/remove_redundant.py
@@ -17,7 +17,7 @@ def remove_redundant_units(
17
agreement_threshold: float = 0.2,
18
duplicate_threshold: float = 0.8,
19
remove_strategy: str = "minimum_shift",
20
- peak_sign: bool = "neg",
+ peak_sign: str = "neg",
21
extra_outputs: bool = False,
22
) -> BaseSorting | tuple[BaseSorting, list[tuple[int, int]]]:
23
"""
0 commit comments