Skip to content
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

ci: Fix ci #127

Merged
merged 10 commits into from
Jan 31, 2025
Merged

ci: Fix ci #127

merged 10 commits into from
Jan 31, 2025

Conversation

hoxbro
Copy link
Member

@hoxbro hoxbro commented Jan 28, 2025

I shifted to UV because it seemed like the least effort to avoid this error. I disabled the cache because I didn't want a uv.lock or requirement file.

image

Something has changed in MPL 3.10, so I have split the baseline into two tests.

Using python -m because of the following error on Python 3.7 Windows:

image

@hoxbro hoxbro requested a review from maximlt January 28, 2025 09:46
@hoxbro hoxbro marked this pull request as ready for review January 28, 2025 09:46
@hoxbro hoxbro mentioned this pull request Jan 28, 2025
Copy link
Member

@maximlt maximlt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New baseline on the right, more shading now and less artifacts.
image

The test broke because of a change in imshow introduced in Matplotlib 3.10 described here. interpolation_stage now defaults to 'auto' instead of 'data' (I tried running the test with interpolation_stage='data' and it passed).

Co-authored-by: Maxime Liquet <35924738+maximlt@users.noreply.github.com>
@hoxbro hoxbro merged commit 2d15650 into main Jan 31, 2025
18 checks passed
@hoxbro hoxbro deleted the fix_ci branch January 31, 2025 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants