Skip to content

Commit 61ce000

Browse files
committed
better comment
1 parent c2f980c commit 61ce000

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/modules/curation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ The function can act both on a ``BaseSorting`` or a ``SortingAnalyzer`` object.
108108
duplicate_threshold=0.9,
109109
remove_strategy="min_shift"
110110
)
111-
# in order to have a sorter with only the non-redundant units do:
111+
# 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.
112114
clean_sorting_analyzer = sorting_analyzer.select_units(clean_sorting.unit_ids)
113115
114116
We recommend using the ``SortingAnalyzer`` approach, since the ``min_shift`` strategy keeps

0 commit comments

Comments
 (0)