Results 32 comments of Pierre Guetschel

Also, not sure it has its place here, but the MOABB library allows you to easily download and load data from a list of BCI datasets: http://moabb.neurotechx.com/docs/index.html (it's also made...

The issue is triggered in `_get_single_subject_data` which does not depend on the BIDS conversion. It should also happen when the cache is not used. I will try to replicate in...

I have the same versions of mne and numpy, but can’t reproduce. I also tried to re-download AlexMI but it did not change

In the same log (https://github.com/NeuroTechX/moabb/actions/runs/6532207010/job/17734953029), I see we also had an issue while reading some `.mat` datasets : ``` Unexpected failing examples: /home/runner/work/moabb/moabb/examples/plot_vr_pc_p300_different_epoch_size.py failed leaving traceback: Traceback (most recent call...

@Sara04 Is this PR ready or you wanted to change other things? I can fix the errors if you want

As discussed during the MOABB meeting, indeed there is only one session so we should update the doc. However, we will keep the parameter `use_soas_as_sessions` to true by default to...

What do you have in mind @bruAristimunha ? Is this different from this tutorial? https://github.com/NeuroTechX/moabb/blob/2e443f3cff624a2281050994a969de422dfcd16b/examples/plot_bids_conversion.py

oh yes very nice!!! We could create a `BaseBidsDataset` class so that you only have very little to implement when adding a new BIDS dataset to moabb

@bruAristimunha the code change should be quite simple I think (see my commits) but I don't have time now to test the parallel case and benchmark in the standard case.

I see it fails while testing the `benchmark` function. By default, benchmark uses -1 jobs. I think it might already be an issue with the parallel access to the file......