SciTools / cartopy

Cartopy - a cartographic python library with matplotlib support
https://scitools.org.uk/cartopy/docs/latest
BSD 3-Clause "New" or "Revised" License
1.41k stars 361 forks source link

[TST] Upcoming dependency test failures #2413

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

The build with nightly wheels from matplotlib, scipy, shapely and their dependencies has failed. Check the logs for any updates that need to be made in cartopy. https://github.com/SciTools/cartopy/actions/runs/9866018660

greglucas commented 2 months ago

Looks like this is from Matplotlib, bisecting to the sticky edges PR: https://github.com/matplotlib/matplotlib/pull/28393 It looks like the auto-extent has grown, so at least it isn't worse and cutting things off 🤷 Maybe we should just bump these expected values?

dopplershift commented 2 months ago

I think that's fine.

rcomer commented 2 months ago

I haven't really followed the sticky edges discussion, but if we save out the image from this test we get

new

whereas with mpl 3.8.4 we get

old

So visually it does seem worse.