meeg-ml-benchmarks / brain-age-benchmark-paper

M/EEG brain age benchmark paper
https://meeg-ml-benchmarks.github.io/brain-age-benchmark-paper/
BSD 3-Clause "New" or "Revised" License
24 stars 10 forks source link

Preprocessing required MNE 0.24.dev #8

Closed gemeinl closed 3 years ago

gemeinl commented 3 years ago

The installation instructions include mne stable (0.23.4). Running python ../mne-bids-pipeline/run.py config_tuab.py --steps=preprocessing will fail with mne.concatenate_epochs does not have argument 'on_mismatch'. Apparently it was introduced with mne 0.24.dev

agramfort commented 3 years ago

yes you need mne main branch here

dengemann commented 3 years ago

Installation instructions can be ignored for now, I copied it from a summerschool I gave in July. We will rewrite that once all is sorted out.