mne-tools / mne-python

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

plot_lcmv_beamformer.py isn't working #1995

Closed teonbrooks closed 9 years ago

teonbrooks commented 9 years ago

I ran the examples plot_lcmv_beamformer.py but it fails with this error:

RuntimeError: label and stc must have same subject names, currently "lcmv-free-lh.stc" and "sample"

@yousrabk also got the same error.

teonbrooks commented 9 years ago

I think @yousrabk has found the solution.

yousrabk commented 9 years ago

Ow nothing huge... we were changing the subject name for the label but not for stc (done only in save)