Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 13, 2023
1 parent aa52484 commit 99fb18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spikeinterface/core/sparsity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 99fb18d

Please sign in to comment.