Skip to content

Commit 78af5b6

Browse files
committed
update set_sparsity_by_dict_key docstring
1 parent 36312f3 commit 78af5b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/spikeinterface/core/sortinganalyzer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ def create_sorting_analyzer(
8383
sparsity : ChannelSparsity or None, default: None
8484
The sparsity used to compute exensions. If this is given, `sparse` is ignored.
8585
set_sparsity_by_dict_key : bool, default: False
86-
If True and passing recording and sortings dicts, will set the sparsity based on the dict keys.
86+
If True and passing recording and sorting dicts, will set the sparsity based on the dict keys,
87+
and other `sparsity_kwargs` are overwritten. If False, use other sparsity settings.
8788
return_scaled : bool | None, default: None
8889
DEPRECATED. Use return_in_uV instead.
8990
All extensions that play with traces will use this global return_in_uV : "waveforms", "noise_levels", "templates".

0 commit comments

Comments
 (0)