From 61ce0007476b9a1e80d69bdbbc42e70d8bcce626 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:32:37 -0400 Subject: [PATCH] better comment --- doc/modules/curation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/modules/curation.rst b/doc/modules/curation.rst index d24fc810b0..37de992806 100644 --- a/doc/modules/curation.rst +++ b/doc/modules/curation.rst @@ -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