Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 21, 2024
1 parent c2f980c commit 61ce000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/modules/curation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ The function can act both on a ``BaseSorting`` or a ``SortingAnalyzer`` object.
duplicate_threshold=0.9,
remove_strategy="min_shift"
)
# in order to have a sorter with only the non-redundant units do:
# in order to have a SortingAnalyer with only the non-redundant units one must
# select the designed units remembering to give format and folder if one wants
# a persistent SortingAnalyzer.
clean_sorting_analyzer = sorting_analyzer.select_units(clean_sorting.unit_ids)
We recommend using the ``SortingAnalyzer`` approach, since the ``min_shift`` strategy keeps
Expand Down

0 comments on commit 61ce000

Please sign in to comment.