We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4cde1 commit 202c068Copy full SHA for 202c068
1 file changed
src/spikeinterface/core/sorting_tools.py
@@ -367,7 +367,7 @@ def set_properties_after_merging(
367
parent_values = sorting_pre_merge.get_property(key)
368
if parent_values.dtype.kind not in default_missing_values:
369
# if the property is boolean or integer there is no missing values so we skip
370
- # for instance reccussive "is_merged" will not be propagated
+ # for instance recursive "is_merged" will not be propagated
371
continue
372
373
# propagate keep values
0 commit comments