Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Jan 23, 2023
1 parent 431ed4d commit 254e9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xesmf/tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def test_simple_tripolar_grid():
assert lon.min() >= -300.0
assert lon.max() <= 360.0 - 300.0
assert lat.min() >= -90
assert lat.max() <= -90
assert lat.max() <= 90

0 comments on commit 254e9f4

Please sign in to comment.