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 652335f commit 986b9b1Copy full SHA for 986b9b1
neo/rawio/openephysbinaryrawio.py
@@ -300,8 +300,6 @@ def _parse_header(self):
300
rising_indices = rising_indices[sorted_order]
301
falling_indices = falling_indices[sorted_order]
302
303
- # durations = None
304
- # if len(rising_indices) == len(falling_indices):
305
durations = timestamps[falling_indices] - timestamps[rising_indices]
306
if not self._use_direct_evt_timestamps:
307
timestamps = timestamps / info["sample_rate"]
0 commit comments