Skip to content

Commit 986b9b1

Browse files
remi-pralejoe91
andauthored
Update neo/rawio/openephysbinaryrawio.py
delete commented out code Co-authored-by: Alessio Buccino <[email protected]>
1 parent 652335f commit 986b9b1

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)