Skip to content

Commit

Permalink
TST: Reduce precision for meridian parallel angle (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored May 2, 2020
1 parent 6267605 commit 36f41ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def test_get_factors__2d_input(radians):
)
assert_almost_equal(factors.angular_distortion, [[0, 0], [0, 0]], decimal=5)
assert_almost_equal(
factors.meridian_parallel_angle, [[89.99999879, 90], [90, 90]],
factors.meridian_parallel_angle, [[89.99, 90], [90, 90]], decimal=2
)
assert_almost_equal(factors.meridian_convergence, [[0, 0], [0, 0]])
assert_almost_equal(
Expand Down

0 comments on commit 36f41ce

Please sign in to comment.