-
Notifications
You must be signed in to change notification settings - Fork 146
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
Bug in patching of rcParams #606
Comments
Hi Tom, I have trouble reproducing this. Do you have more details for me? cheers, Maarten |
@maartenbreddels - here's a minimal reproducer:
then create a file import pytest
@pytest.mark.mpl_image_compare()
def test_basic(
tmp_path,
page_session,
solara_test,
):
pass then:
The error is:
The issue happens when using pytest-mpl. |
Open
1 task
maartenbreddels
added a commit
that referenced
this issue
Jan 31, 2025
Our .clear on RcParams was working, while matplotlib was a no-op: matplotlib/matplotlib#25855 We now mirror this behaviour. Fixes #606
maartenbreddels
added a commit
that referenced
this issue
Jan 31, 2025
Our .clear on RcParams was working, while matplotlib was a no-op: matplotlib/matplotlib#25855 We now mirror this behaviour. Fixes #606
maartenbreddels
added a commit
that referenced
this issue
Jan 31, 2025
Our .clear on RcParams was working, while matplotlib was a no-op: matplotlib/matplotlib#25855 We now mirror this behaviour. Fixes #606
iisakkirotko
pushed a commit
that referenced
this issue
Jan 31, 2025
Our .clear on RcParams was working, while matplotlib was a no-op: matplotlib/matplotlib#25855 We now mirror this behaviour. Fixes #606
maartenbreddels
added a commit
that referenced
this issue
Jan 31, 2025
Our .clear on RcParams was working, while matplotlib was a no-op: matplotlib/matplotlib#25855 We now mirror this behaviour. Fixes #606
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running into the following failure over in glue-jupyter:
basically it seems the backend key is missing from the patched rcParams.
The text was updated successfully, but these errors were encountered: