allwaysFindFood

Results 3 issues of allwaysFindFood

In the Mat_H5GetChunkSize function in the mat73.c file... ``` Mat_H5GetChunkSize(size_t rank, hsize_t *dims, hsize_t *chunk_dims) { hsize_t i, j, chunk_size = 1; for ( i = 0; i < rank;...

enhancement
input needed

https://github.com/NeuroTechX/moabb/blob/bea3ec0a44ef419cb9537f0eeeafd94d73d39478/moabb/evaluations/evaluations.py#L196 ![Image](https://github.com/user-attachments/assets/9e41c4e4-c84c-48f1-b7f4-75154feb0c54) moabb/evaluations/evaluations.py The lines 187-196 don't return any and the parameters don't match those below—are these redundant code?

Hello! When attempting to read NIRx data recorded with ​NIRStar version 15.1, mne.io.read_raw_nirx() raises a runtime error: RuntimeError: MNE does not support this NIRStar version ("15.1") After inspection of the...