Skip to content

Commit e1ec6c9

Browse files
committed
STring bug in openephysio.
1 parent 9c3cadd commit e1ec6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/openephysrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def _rescale_epoch_duration(self, raw_duration, dtype):
372372

373373

374374
continuous_dtype = [('timestamp', 'int64'), ('nb_sample', 'uint16'),
375-
('rec_num', 'uint16'), ('samples', 'int16', RECORD_SIZE),
375+
('rec_num', 'uint16'), ('samples', '>i2', RECORD_SIZE),
376376
('markers', 'uint8', 10)]
377377

378378
events_dtype = [('timestamp', 'int64'), ('sample_pos', 'int16'),

0 commit comments

Comments
 (0)