Skip to content

Commit 366ac39

Browse files
samuelgarciazm711
andauthored
Update neo/rawio/openephysrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent 3feabb8 commit 366ac39

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
@@ -117,7 +117,7 @@ def _parse_header(self):
117117

118118
if channel_has_gaps:
119119
# protect against strange timestamp block like in file 'OpenEphys_SampleData_3' CH32
120-
assert np.median(diff) == RECORD_SIZE, f"This file has non valid data block size for channel {chan_id}, this case cannot be handle"
120+
assert np.median(diff) == RECORD_SIZE, f"This file has a non valid data block size for channel {chan_id}, this case cannot be handled"
121121

122122
if seg_index == 0:
123123
# add in channel list

0 commit comments

Comments
 (0)