Skip to content

Commit 16f23f9

Browse files
committed
oups 2
1 parent 76ec739 commit 16f23f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spikeinterface_gui/waveformview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def _qt_refresh_mode_geometry(self, dict_visible_units, keep_range):
387387
xvectors = self.xvect[common_channel_indexes, :] * self.factor_x
388388
xvects = self.get_xvectors_not_overlap(xvectors, len(visible_unit_ids))
389389

390-
390+
391391
for (xvect, unit_index, unit_id) in zip(xvects, visible_unit_indices, visible_unit_ids):
392392
template_avg = self.controller.templates_average[unit_index, :, :][:, common_channel_indexes]
393393

0 commit comments

Comments
 (0)