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 c2f980c commit 61ce000Copy full SHA for 61ce000
1 file changed
doc/modules/curation.rst
@@ -108,7 +108,9 @@ The function can act both on a ``BaseSorting`` or a ``SortingAnalyzer`` object.
108
duplicate_threshold=0.9,
109
remove_strategy="min_shift"
110
)
111
- # 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
112
+ # select the designed units remembering to give format and folder if one wants
113
+ # a persistent SortingAnalyzer.
114
clean_sorting_analyzer = sorting_analyzer.select_units(clean_sorting.unit_ids)
115
116
We recommend using the ``SortingAnalyzer`` approach, since the ``min_shift`` strategy keeps
0 commit comments