We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c3190 commit 3c52530Copy full SHA for 3c52530
1 file changed
spikeinterface_gui/spikelistview.py
@@ -224,7 +224,7 @@ def _qt_on_spike_selection_changed(self):
224
visible_inds = self.controller.get_indices_spike_visible()
225
row_selected, = np.nonzero(np.isin(visible_inds, selected_inds))
226
227
- if row_selected.size>100:#otherwise this is very slow
+ if row_selected.size > 100: #otherwise this is very slow
228
row_selected = row_selected[:10]
229
230
# change selection
0 commit comments