Skip to content

Commit 42d9945

Browse files
committed
Merge branch 'qualitymetrics_curation' into bombcell
2 parents 9c4f745 + 57616d0 commit 42d9945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/curation/curation_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
_methods_numpy = ("keep_first", "random", "keep_last")
1515

1616

17-
def _is_threshold_disabled(value):
17+
def is_threshold_disabled(value):
1818
"""Check if a threshold value is disabled (None or np.nan)."""
1919
if value is None:
2020
return True

0 commit comments

Comments
 (0)