Skip to content

Commit 66c24ca

Browse files
committed
formatting
1 parent 79a9cf4 commit 66c24ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mne/io/cnt/cnt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ def _get_cnt_info(input_fname, eog, ecg, emg, misc, data_format, date_format, he
331331
# Reference: https://paulbourke.net/dataformats/eeg/
332332
# Header has a field for number of samples, but it does not seem to be
333333
# too reliable. That's why we have option for setting n_bytes manually.
334-
# According to link above, the number of samples should be calculated as follows:
334+
# According to link above, the number of samples should be
335+
# calculated as follows:
335336
# nsamples = SETUP.EventTablePos - (900 + 75 * nchannels) / (2 * nchannels)
336337
# where 2 likely refers to the data format with default 2 bytes.
337338
fid.seek(_NSAMPLES_OFFSET)

0 commit comments

Comments
 (0)