Skip to content

Commit

Permalink
Fix the incorrect value due to floating number conversion in sphinter…
Browse files Browse the repository at this point in the history
…polate
  • Loading branch information
seisman committed Sep 20, 2024
1 parent fb97daa commit 15b8d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/tests/test_sphinterpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_sphinterpolate_no_outgrid(mars):
npt.assert_allclose(temp_grid.max(), 14628.144)
npt.assert_allclose(temp_grid.min(), -6908.1987)
npt.assert_allclose(temp_grid.median(), 118.96849)
npt.assert_allclose(temp_grid.mean(), 272.60578)
npt.assert_allclose(temp_grid.mean(), 272.60593)

0 comments on commit 15b8d53

Please sign in to comment.