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())
Proposed documentation enhancement
https://mne.tools/dev/auto_tutorials/preprocessing/15_handling_bad_channels.html#interpolation-in-mne-python
Says:
But
pick_types()isn't used anymore (we switched toinst.pick())