External Email - Use Caution
When trying to instantiate ?read_montage? I get this error:
module 'mne.channels' has no attribute ?read_montage'
This has always worked for me, and now it does not since updating MNE.
External Email - Use Caution
When trying to instantiate ?read_montage? I get this error:
module 'mne.channels' has no attribute ?read_montage'
This has always worked for me, and now it does not since updating MNE.
External Email - Use Caution
So this is part of What's New in v0.19 (always read the release notes
before upgrading!):
https://mne.tools/stable/whats_new.html?highlight=read_montage
(scroll down to see the highlighting)
but should be deprecated not broken. And indeed it's missing from the
0.19 API:
https://mne.tools/stable/python_reference.html#module-mne.channels
I'd classify failure to export a function that hasn't finished its
deprecation cycle a bug and file an issue. (I wasn't active in this
release though so I can't really comment on what's happened)
Phillip
External Email - Use Caution
We remove deprecated functions from the API page, but they should still
exist in the namespace.
Eric