Skip to content

Commit e5b0fd1

Browse files
committed
oops
1 parent 62953ce commit e5b0fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/neurosharectypesio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def read_segment(self, import_neuroshare_segment=True, lazy=False):
292292
waveforms[dwIndex, :, :] = pData[: nsample * nsource].reshape(nsample, nsource).transpose()
293293

294294
sptr = SpikeTrain(
295-
times=pq.Quantity(times, units="s",
295+
times=pq.Quantity(times, units="s"),
296296
t_stop=times.max(),
297297
waveforms=pq.Quantity(waveforms, units=str(pdwSegmentInfo.szUnits)),
298298
left_sweep=nsample / 2.0 / float(pdwSegmentInfo.dSampleRate) * pq.s,

0 commit comments

Comments
 (0)