Ivo Pascal de Jong
Ivo Pascal de Jong
I've been struggling with the same problem. I have a fix that works, but that I do not understand. I have rank reduced EEG data after applying ICA, but even...
I don't have any MAG channels. I'm only recording EEG, EOG and EMG. MAG is not in my dataset, but somehow ICA tries to set a rank for it, and...
Here's a minimal reproducible example as a Colab notebook: https://colab.research.google.com/drive/1LBq8Sg-30Cnlj9sYLPtEcsPIyBtsvxF8?usp=sharing Motor Imagery data is downloaded from EEGBCI dataset, ICA is applied and 4 arbitrary ICs are removed. CSP fails because...
`No matching distribution found for numpy>=2.0.0.dev0` I think https://anaconda.org/scientific-python-nightly-wheels/ is experiencing some hick-ups, as nothing from `numpy` is showing there. The pipelines of other PRs were able to pull from...
Ah, it's a known problem https://github.com/numpy/numpy/issues/25907
Yes, I'd be happy to implement it :)
I said I'd implement it but I'm actually swamped with work right now, and it's taking me a bit more time than I expected to figure out how to work...
Hmm, I don't think `picks` should replace `order`. `Epochs.plot()` and `Evoked.plot()` actually have both, which means you can have `picks` in an arbitrary order and preserve the "standard" ordering of...
Closing because #12467 is merged and fixes the issue.