Skip to content

Commit

Permalink
yep
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Nov 22, 2023
1 parent b5d870f commit 712b1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/basesorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def count_num_spikes_per_unit(self, outputs="dict"):
all_spiketrain_are_cached = False

if all_spiketrain_are_cached or self._cached_spike_vector is None:
# case one 1 or 3
# case 1 or 3
for unit_index, unit_id in enumerate(self.unit_ids):
for segment_index in range(self.get_num_segments()):
st = self.get_unit_spike_train(unit_id=unit_id, segment_index=segment_index)
Expand Down

0 comments on commit 712b1e0

Please sign in to comment.