TypeError: buffer is too small for requested array

External Email - Use Caution

Hi everyone,

I am trying to load an EEGLAB dataset using mne.io.read_raw_eeglab(), and here are the lines:

sample_data_folder = 'test_data';
sample_data_raw_file = os.path.join(sample_data_folder, 'test_data.set')
raw = mne.io.read_raw_eeglab(sample_data_raw_file)

Then I got the error:
TypeError: buffer is too small for requested array

I want to know why this happened and how to solve it.

Thanks for any help!

Best wishes,
Yuri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200807/0a46c4fc/attachment.html

External Email - Use Caution

Hi Yuri!

Can you please open an issue at https://github.com/mne-tools/mne-python/issues and share the problematic file?

Thanks,
Clemens