Skip to content

Commit

Permalink
fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed May 30, 2024
1 parent 2409a4e commit 638b443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mplotutils/tests/test_set_map_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_set_map_layout_cartopy_2_2():
result = f.get_size_inches() * 2.54
expected = (17, 8.5)

np.testing.assert_allclose(result, expected)
np.testing.assert_allclose(result, expected, rtol=get_rtol(f))


@pytest.mark.skipif(plt.get_backend().lower() != "macosx", reason="only for macosx")
Expand Down

0 comments on commit 638b443

Please sign in to comment.