mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.7k stars 1.31k forks source link

Small error in interpolation tutorial #12158

Closed hoechenberger closed 8 months ago

hoechenberger commented 11 months ago

Proposed documentation enhancement

https://mne.tools/dev/auto_tutorials/preprocessing/15_handling_bad_channels.html#interpolation-in-mne-python

Says:

Note that we used the exclude=[] trick in the call to pick_types() to make sure the bad channels were not automatically dropped from the selection.

But pick_types() isn't used anymore (we switched to inst.pick())

btkcodedev commented 10 months ago

@hoechenberger i am a newbie for this repo, could i work on this issue :)

hoechenberger commented 10 months ago

Absolutely! Feel free to ask if you have any questions 👌

btkcodedev commented 9 months ago

Hi, @hoechenberger, I've raised MR https://github.com/mne-tools/mne-python/pull/12326 :)