-
Notifications
You must be signed in to change notification settings - Fork 34
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
[ENH, MRG] remove duplicated code, add deprecation for subplot indexing [skip ci #88
Conversation
Not sure what's going on with Circle, it looks like some kind of permissions error but otherwise this should be good cc @adam2392 |
Since Circle isn't running, I just ran the examples locally and got some deprecation warnings so I fixed those too |
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.
Thanks @alexrockhill! Looks like circleCI running now.
Will take a look at:
examples/mixed_source_space_connectivity.py
and examples/mne_inverse_label_connectivity.py
when circleCI done.
Yep, I fixed the workflow issue. I just fixed some overlapping text as well, but that's all I wanted to change |
It looks good on the previous ones but probably wait until circle finishes https://497-369628653-gh.circle-artifacts.com/0/dev/auto_examples/mne_inverse_label_connectivity.html |
Thanks @alexrockhill ! |
Oops, one last thing there was a |
…ng [skip ci (mne-tools#88) * remove duplicated code, add deprecation for subplot indexing [skip ci ] * update whatsnew * fix deprecation warnings * fix github workflow deprecation * fix doc * fix overlapping text
This brings mne-connectivity up to date with changes to connectivity plotting and prevents getting out of sync in the future. Adds a few features from mne-tools/mne-python#10439.
Merge checklist
Maintainer, please confirm the following before merging: