NeuroTechX / moabb

Mother of All BCI Benchmarks
https://neurotechx.github.io/moabb/
BSD 3-Clause "New" or "Revised" License
701 stars 181 forks source link

[MNT] Solving moabb and braindecode compatibility #669

Closed bruAristimunha closed 1 month ago

bruAristimunha commented 1 month ago

Related with braindecode and moabb issue, solved issue with:

  1. <class 'moabb.datasets.sosulski2019.Sosulski2019'>
  2. <class 'moabb.datasets.Zhou2016.Zhou2016'>
  3. <class 'moabb.datasets.liu2024.Liu2024'>
  4. <class 'moabb.datasets.mpi_mi.MunichMI'>
  5. <class 'moabb.datasets.upper_limb.Ofner2017'>
  6. <class 'moabb.datasets.physionet_mi.PhysionetMI'>

It may solve the issue with Schirrmeister2017, but I am not sure what is the issue, so, another PR.

bruAristimunha commented 1 month ago

Can you review @sebVelut?