Skip to content

Commit a7d0efe

Browse files
committed
fix name
1 parent 07d785a commit a7d0efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/intanrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def _assert_timestamp_continuity(self):
597597
The error message includes a table detailing the discontinuities found.
598598
"""
599599
# check timestamp continuity
600-
timestamps = self.get_intan_timestamps()
600+
timestamps = self.get_intan_sample_indices()
601601

602602
discontinuous_timestamps = np.diff(timestamps) != 1
603603
timestamps_are_not_contiguous = np.any(discontinuous_timestamps)

0 commit comments

Comments
 (0)