We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee258d commit 20d1e36Copy full SHA for 20d1e36
neo/rawio/openephysbinaryrawio.py
@@ -214,7 +214,7 @@ def _parse_header(self):
214
215
# # If available, use 'states' to compute event duration
216
info["durations"] = None
217
- # 'states' was introduced in OpenEphys v0.6. For previous versions, events used 'channels_states'
+ # 'states' was introduced in OpenEphys v0.6. For previous versions, events used 'channel_states'
218
if 'states' in info or "channel_states" in info:
219
states = info["channel_states"] if "channel_states" in info else info["states"]
220
if states.size > 0:
0 commit comments