Skip to content

Commit

Permalink
Update tests/test_grid_generation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Navid C. Constantinou <[email protected]>
  • Loading branch information
ashjbarnes and navidcy authored Sep 4, 2023
1 parent ebb637c commit 419c866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_grid_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_quad_area(lat, lon, true_area):
assert np.isclose(np.sum(quad_area(lat, lon)), true_area)


# a simple test that rectangular_hgrid runs without erroring
@pytest.mark.parametrize(
("lat", "lon"),
[
Expand Down

0 comments on commit 419c866

Please sign in to comment.