Skip to content

Commit c649119

Browse files
committed
Merge remote-tracking branch 'origin/fix/oe_events_indices' into fix/oe_events_indices
2 parents 01b26f9 + 986b9b1 commit c649119

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

neo/rawio/openephysbinaryrawio.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ def _parse_header(self):
300300
rising_indices = rising_indices[sorted_order]
301301
falling_indices = falling_indices[sorted_order]
302302

303-
# durations = None
304-
# if len(rising_indices) == len(falling_indices):
305303
durations = timestamps[falling_indices] - timestamps[rising_indices]
306304
if not self._use_direct_evt_timestamps:
307305
timestamps = timestamps / info["sample_rate"]

0 commit comments

Comments
 (0)