Hello, I used to read my data before with the following line:
raw = mne.io.read_raw_brainvision(raw_fname+’.vhdr’, preload=True)
But right now I receive an error : TypeError: expected dtype object, got ‘numpy.dtype[float64]’
I can read my data with EEGLAB. When I use this line:
raw = mne.io.read_raw_eeglab(raw_fname+’.set’)
I receive this error :
RuntimeError: For EEGLAB I/O to work, the pymatreader module is needed, but it could not be imported.
If you could help me, that would be greatly appreciated.