Skip to content

Commit d838bc5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent de87f51 commit d838bc5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/spikeinterface/curation/remove_redundant.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ def remove_redundant_units(
133133
return sorting_clean
134134

135135

136-
def find_redundant_units(sorting, delta_time: float = 0.4, agreement_threshold: float = 0.2,
137-
duplicate_threshold: float = 0.8) -> list[tuple[int, int]]:
136+
def find_redundant_units(
137+
sorting, delta_time: float = 0.4, agreement_threshold: float = 0.2, duplicate_threshold: float = 0.8
138+
) -> list[tuple[int, int]]:
138139
"""
139140
Finds redundant or duplicate units by comparing the sorting output with itself.
140141

0 commit comments

Comments
 (0)