-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[ENH] add exclude kw to psd_plot #9379
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
Conversation
|
thx @eort can you see why CIs fail? |
Yeah, I guess so (see last commit) |
|
I am getting that same Linux 3.8 CI fine cal error in #9375. |
|
Looks good to me! As I simply copied the code from the erp.plot(), should I port the suggested change here, to that function as well? |
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
|
What's the status here? This should be almost good to go after a rebase / merging |
|
Not sure. I think the last commit was "ready", but I guess it was forgotten. |
|
Sorry about that, @eort! Let's revive this. |
Deals with this comment in #1234.
What does this implement/fix?
This PR adds the
excludekeyword toraw.plot_psd()andepochs.plot_psd(). I essentially copied the exclude functionality fromevoked.plot()to_psd_figure.pyand fixed up the dependencies. Also two tests were added.Additional information
pytest viz/tests/test_figure.pyfailed on my system, but it also did so on the main branch, so I don't think it is related to the changes.