Merged
Conversation
7234f84 to
91029c1
Compare
Looks like some issues with edges of image plots were fixed, changing the baseline image.
This seems to be caused by now getting a 0-area contour on Cartopy 0.25, which fails transformation. Instead of hacking around it here, let's just wait for SciTools/cartopy#2635 to be addressed.
Member
Author
|
Massive changes in image tests on Conda are due to PROJ 9.8. 😒 |
a91a1da to
f1b863a
Compare
Latest PROJ is currently resulting in a lot of significant unexplained changes to our image tests.
f1b863a to
09761d6
Compare
dcamron
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description Of Changes
Updates to the latest version of Cartopy (0.25). This needs a few tweaks for the image tests as well as marking one test xfail due to SciTools/cartopy#2635.