Skip to content

Commit d76ea1f

Browse files
author
sprenger
committed
[neuralynx] minor typo
1 parent a62d647 commit d76ea1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/rawio/neuralynxrawio/ncssections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ def _parseForMaxGap(ncsMemMap, ncsSects, maxGapLen):
283283
pred_times = np.rint(ncsMemMap['timestamp'] + rec_duration).astype(np.int64)
284284
max_pred_times = pred_times + maxGapLen
285285
# data records that start later than the predicted time (including the
286-
# maximal accepted gap length) are considered delayed a gap is
287-
# registered
286+
# maximal accepted gap length) are considered delayed and a gap is
287+
# registered.
288288
delayed_recs = list(np.where(max_pred_times[:-1] < ncsMemMap['timestamp'][1:])[0])
289289
gap_rec_ids.extend(delayed_recs)
290290

0 commit comments

Comments
 (0)