Skip to content

Commit 0ad1647

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

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
@@ -134,7 +134,7 @@ def remove_redundant_units(
134134

135135

136136
def find_redundant_units(
137-
sorting, delta_time: float = 0.4, agreement_threshold: float = 0.2, duplicate_threshold: float = 0.8
137+
sorting: BaseSorting, delta_time: float = 0.4, agreement_threshold: float = 0.2, duplicate_threshold: float = 0.8
138138
) -> list[tuple[int, int]]:
139139
"""
140140
Finds redundant or duplicate units by comparing the sorting output with itself.

0 commit comments

Comments
 (0)