NeuroTechX / moabb

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

Stieger2021 bugs #650

Closed martinwimpff closed 6 days ago

martinwimpff commented 6 days ago

I found several bugs in the Stieger2021 dataset: https://github.com/NeuroTechX/moabb/blob/0ee8eb6e59ab97c2b6af519e794949981750113b/moabb/datasets/stieger2021.py#L230-L231 Throws an error for every case, should be assert

https://github.com/NeuroTechX/moabb/blob/0ee8eb6e59ab97c2b6af519e794949981750113b/moabb/datasets/stieger2021.py#L266 self.channels does not exsist

https://github.com/NeuroTechX/moabb/blob/0ee8eb6e59ab97c2b6af519e794949981750113b/moabb/datasets/stieger2021.py#L279 session should be a string and the run_name run_0 must start with an integer