[Mne_analysis] create_ecg_epochs with mne-12

Elena Orekhova orekhova.elena.v at gmail.com
Thu May 12 04:52:46 EDT 2016
Search archives:

Hello mne developers,

I upgraded to mne-12 by
% pip install --upgrade --user mne

(although the output indicates  that in this way I installed mne-0.11.0
...?  See below )
#################
Collecting mne
   Using cached mne-0.12.0.tar.gz
Installing collected packages: mne
  Running setup.py install for mne ... done
Successfully installed mne-0.11.0
################

After the upgrade  running this line (that previously worked OK)
ecg_epochs = create_ecg_epochs(RAW, reject=reject, tmin=-.15, tmax=.4,
ch_name=ECG_ch,  l_freq=1.0, h_freq=20.0,  picks=picks)
gives me an error:
Data must be a 2D array of shape (n_channels, n_samples

The full error output is below.
I believe that this relates to the upgrade.

Regards,
Elena
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20160512/66092a44/attachment.html 


More information about the Mne_analysis mailing list