+ 2
I was trying to use mne to apply filtering for brain data which is in mat, what do I do here?
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-150-1f627d6355a3> in <module>() ----> 1 data_from_ft = mne.read_evoked_fieldtrip('BCICIV_calib_ds1a.mat') TypeError: read_evoked_fieldtrip() missing 1 required positional argument: 'info'
1 ответ
+ 6
Zhenis Otarbay , without having seen your complete code, i can only repeat the error message:
mne.read_evoked_fieldtrip() require 2 arguments, but only gets 1 argument.