-
Notifications
You must be signed in to change notification settings - Fork 1.4k
MRG: Fix plot_montage #5676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MRG: Fix plot_montage #5676
Conversation
This is ready for review/merge from my end. Tests pass locally so I'm optimistic about CIs |
Ok, (it works on my machine) hopefully this should make travis green. |
Appveyor will be red, but if This travis is green we should get it in. |
doc/whats_new.rst
Outdated
@@ -110,6 +110,8 @@ Bug | |||
|
|||
- Fix bug with channel names in ``mgh70`` montage in :func:`mne.channels.read_montage` by `Eric Larson`_ | |||
|
|||
- Fix check in :func:`mne.vis.plot_sensors` for inalid channel locations by `Eric Larson`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inalid -> invalid
thx @larsoner |
Codecov Report
@@ Coverage Diff @@
## master #5676 +/- ##
==========================================
- Coverage 79.17% 73.01% -6.17%
==========================================
Files 368 368
Lines 68874 68864 -10
Branches 11615 11616 +1
==========================================
- Hits 54532 50278 -4254
- Misses 11720 16167 +4447
+ Partials 2622 2419 -203 |
Eventually will fix what #5675 works around. This fixes that failure but introduces another. I see how to fix it but won't have time for a few hours.
np.nan
positions, plus test for allnp.nan
So @massich it's probably not worth merging #5675