-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MRG: refactor internals for epochs image plot #6186
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: refactor internals for epochs image plot #6186
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6186 +/- ##
==========================================
- Coverage 89.01% 88.97% -0.05%
==========================================
Files 410 413 +3
Lines 73894 74236 +342
Branches 12257 12296 +39
==========================================
+ Hits 65776 66048 +272
- Misses 5222 5287 +65
- Partials 2896 2901 +5 |
|
Sketch: For epochs.topo_topo, |
|
@drammock this too ... |
larsoner
left a comment
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.
LGTM +1 for merge, @drammock feel free to merge if you're happy
|
@drammock I have moved epochs objects out of most of the helper functions and made everything a bit more modular. This should now be more conductive to looping over axes and data and calling functions to handle and eventually plot arrays. |
|
But is it MRG????? |
|
no :( |
|
actually yes |
|
Thanks @jona-sassenhagen |
This is to make it easier to handle the unification of topo plotters and single sensor plotters.
@drammock