Skip to content

Commit

Permalink
TST: Update contour test limits
Browse files Browse the repository at this point in the history
Partial cherry-pick of 579be04
to increase the test tolerance of the images for MPL3.5 tests.
  • Loading branch information
greglucas committed Dec 24, 2021
1 parent 57538e7 commit b940df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Latest packages
if: steps.minimum-packages.conclusion == 'skipped'
run: |
echo "PACKAGES=cython fiona matplotlib-base numpy pyproj pykdtree scipy shapely" >> $GITHUB_ENV
echo "PACKAGES=cython fiona matplotlib-base numpy pyproj 'proj>=8' pykdtree scipy shapely" >> $GITHUB_ENV
- name: Coverage packages
id: coverage
Expand Down
2 changes: 1 addition & 1 deletion lib/cartopy/tests/mpl/test_mpl_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# This is due to a change in MPL 3.5 contour line paths changing
# ever so slightly.
contour_tol = 2.24
contour_tol = 2.25
@pytest.mark.natural_earth
@ImageTesting(['global_contour_wrap'], style='mpl20',
tolerance=contour_tol)
Expand Down

0 comments on commit b940df0

Please sign in to comment.