Mne_analysis Digest, Vol 124, Issue 32

External Email - Use Caution

Thanks Alex.
As per my understanding from the GitHub, source_estimate.py is been
updated.
Do i need to re run the code with the same lines mentioned
https://martinos.org/mne/stable/auto_examples/inverse/
plot_mixed_source_space_inverse.html

In fact i rerun the code but i didnt get ".save". What should i do?

External Email - Use Caution

Dear Pooja,

you need to install the latest version of MNE:

http://martinos.org/mne/stable/advanced_setup.html#using-the-development-version-of-mne-latest-master

you should use something like:

pip install --upgrade --no-deps git+https://github.com/mne-tools/mne-python.git

Alex