Skip to content

Commit 20d1e36

Browse files
alejoe91zm711
andauthored
Update neo/rawio/openephysbinaryrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent dee258d commit 20d1e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/openephysbinaryrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def _parse_header(self):
214214

215215
# # If available, use 'states' to compute event duration
216216
info["durations"] = None
217-
# 'states' was introduced in OpenEphys v0.6. For previous versions, events used 'channels_states'
217+
# 'states' was introduced in OpenEphys v0.6. For previous versions, events used 'channel_states'
218218
if 'states' in info or "channel_states" in info:
219219
states = info["channel_states"] if "channel_states" in info else info["states"]
220220
if states.size > 0:

0 commit comments

Comments
 (0)