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: Update backend parameter in stc.plot() #8395
MRG: Update backend parameter in stc.plot() #8395
Conversation
For now, I used a fixture to skip
|
following conversation on the original issue and I would not deprecate this param. |
So... I can only update it so that the internal call to |
I guess the patch half-coverage is because I have a branch that remains. One call to |
@GuillaumeFavelier Can you add a changelog entry? Then it would be good to merge. |
I'm on it I'm just trying to make codecov happy before that :) |
* upstream/master: Fix separate canvas (mne-tools#8408) FIX: focalpoint (mne-tools#8405) WIP: Refs (mne-tools#8406) tiny cosmetic improvements to BEM code (mne-tools#8404) MRG, ENH: Fix memory on CircleCI (mne-tools#8379) MRG: Update backend parameter in stc.plot() (mne-tools#8395)
I think we should backport this… |
go for it
… |
This PR deprecates the
backend
parameter inplot_source_estimates
Closes #8394