AlexandreBleuze

Results 6 comments of AlexandreBleuze

The best way I found to deal with this error is to as MNE to preload the data during loading. In order to do so, it is possible to modify...

I found the error and a possible correction. The error is comming from the fact that the url for download is 'https://freidok.uni-freiburg.de/fedora/objects/freidok:154576/datastreams/FILE4/content'. Therefore, the url translation from mne gives a...

I tried to change MNE setup to 1.0.3 instead of 0.24.1 and this correction is not working anymore because the "path" is not exactly an str anymore. It's a path...

I don't think that having an OS-specific version is good idea for the maintenance reason you gave. However if we want to avoid useless re-dowloading of the data, it is...

Ok the error was actually well here. In file "moabb\datasets\huebner_llp.py" at the line 97, you just have to replace ``` zipfile_path = glob.glob( os.path.join(data_dir_extracted_path, data_archive_path, "*.zip") )[0] ``` by ```...

Hi, Yes, I am working on Windows. Another possibility is that this is coming from different versions of python and therefore glob itself. I'm currently working on Python 3.9.10 for...