-
Notifications
You must be signed in to change notification settings - Fork 57
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
ci: Fix ci #127
Conversation
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.
New baseline on the right, more shading now and less artifacts.
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>
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.
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: