Skip to content

Commit dcc8b61

Browse files
authored
Apply suggestion from @alejoe91
1 parent d838bc5 commit dcc8b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/curation/remove_redundant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def remove_redundant_units(
1717
agreement_threshold: float = 0.2,
1818
duplicate_threshold: float = 0.8,
1919
remove_strategy: str = "minimum_shift",
20-
peak_sign: bool = "neg",
20+
peak_sign: str = "neg",
2121
extra_outputs: bool = False,
2222
) -> BaseSorting | tuple[BaseSorting, list[tuple[int, int]]]:
2323
"""

0 commit comments

Comments
 (0)