Skip to content

Commit 7dea432

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 922bd51 commit 7dea432

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/spikeinterface/core/basesorting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from .base import BaseExtractor, BaseSegment, minimum_spike_dtype
88
from .waveform_tools import has_exceeding_spikes
99

10-
1110
#: Makes each unit's spiketrain compact in memory (unit, then segment, then sample).
1211
LEXSORT_UNIT_COMPACT = ("sample_index", "segment_index", "unit_index")
1312
#: Makes each segment compact, units compact within a segment (segment, then unit, then sample).

0 commit comments

Comments
 (0)