mne-tools / mne-python

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

codespell test error in mne.decoding.base (BaseEstimator.predict_proba) #4153

Closed rodrigohubner closed 7 years ago

rodrigohubner commented 7 years ago

output error:

mne/decoding/base.py:154: probablistic  ==> probabilistic
Makefile:106: recipe for target 'codespell-error' failed
make[1]: *** [codespell-error] Error 1
larsoner commented 7 years ago

Thanks for the report. I fixed this directly in master about an hour ago, though, so I'll look through the open PRs and restart builds where necessary.