Hey
I am trying to load EEGLAB .set file using mne.io.read_raw_eeglab
However I get the following warning:
if isinstance(data, scipy.io.matlab.mio5_params.MatlabOpaque):
C:\Users\carmelgashri\Miniconda3\envs\bm-336018\lib\site-packages\mne\externals\pymatreader\utils.py:212: DeprecationWarning: Please use MatlabOpaque
from the scipy.io.matlab
namespace, the scipy.io.matlab.mio5_params
namespace is deprecated.
I am attaching a link to the file which I am trying to load ( EEGLAB pre-processed file
I think this warning affects my later analysis therefore I will appreciate any solution (I have to load it as EEGLAB .set file and not MATLAB .mat file)
I tried using unit16_codec as this is the only solution I found online but it did not work
Thank you for your help
Carmel