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 07d785a commit a7d0efeCopy full SHA for a7d0efe
neo/rawio/intanrawio.py
@@ -597,7 +597,7 @@ def _assert_timestamp_continuity(self):
597
The error message includes a table detailing the discontinuities found.
598
"""
599
# check timestamp continuity
600
- timestamps = self.get_intan_timestamps()
+ timestamps = self.get_intan_sample_indices()
601
602
discontinuous_timestamps = np.diff(timestamps) != 1
603
timestamps_are_not_contiguous = np.any(discontinuous_timestamps)
0 commit comments