Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oblique Mercator class #2096

Merged
merged 11 commits into from
Mar 10, 2023
Prev Previous commit
Next Next commit
Adjust test_oblique_mercator equality tolerance.
  • Loading branch information
trexfeathers committed Mar 6, 2023
commit 765442f1246828dac21ae9e28cea2862d8a85841
2 changes: 1 addition & 1 deletion lib/cartopy/tests/crs/test_oblique_mercator.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_transform_point(self, plate_carree):
*src,
src_crs=plate_carree,
)
np.testing.assert_array_almost_equal(res, expected, decimal=5)
np.testing.assert_array_almost_equal(res, expected, decimal=4)


@pytest.fixture
Expand Down