allwaysFindFood
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;...
https://github.com/NeuroTechX/moabb/blob/bea3ec0a44ef419cb9537f0eeeafd94d73d39478/moabb/evaluations/evaluations.py#L196  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...