Skip to content

Commit b940df0

Browse files
committed
TST: Update contour test limits
Partial cherry-pick of 579be04 to increase the test tolerance of the images for MPL3.5 tests.
1 parent 57538e7 commit b940df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Latest packages
3535
if: steps.minimum-packages.conclusion == 'skipped'
3636
run: |
37-
echo "PACKAGES=cython fiona matplotlib-base numpy pyproj pykdtree scipy shapely" >> $GITHUB_ENV
37+
echo "PACKAGES=cython fiona matplotlib-base numpy pyproj 'proj>=8' pykdtree scipy shapely" >> $GITHUB_ENV
3838
3939
- name: Coverage packages
4040
id: coverage

lib/cartopy/tests/mpl/test_mpl_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# This is due to a change in MPL 3.5 contour line paths changing
2121
# ever so slightly.
22-
contour_tol = 2.24
22+
contour_tol = 2.25
2323
@pytest.mark.natural_earth
2424
@ImageTesting(['global_contour_wrap'], style='mpl20',
2525
tolerance=contour_tol)

0 commit comments

Comments
 (0)