From 99fb18d567a60159cd729256fd976f64ce63334a Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 13 Sep 2023 10:13:50 +0200 Subject: [PATCH] fix docstring --- src/spikeinterface/core/sparsity.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spikeinterface/core/sparsity.py b/src/spikeinterface/core/sparsity.py index 8fc491c0ff..834b9bf8a8 100644 --- a/src/spikeinterface/core/sparsity.py +++ b/src/spikeinterface/core/sparsity.py @@ -34,7 +34,8 @@ class ChannelSparsity: """ Handle channel sparsity for a set of units. That is, for every unit, - it indicates which channels are used to represent or active the waveform. + it indicates which channels are used to represent the waveform and the rest + of the non-represented channels are assumed to be zero. Internally, sparsity is stored as a boolean mask.