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 6de376d commit 6b0ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_grid_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_angle_between(v1, v2, v3, true_angle):
@pytest.mark.parametrize(
("lat", "lon", "true_area"),
[
(Y, X, 0.5 * np.pi),
(lat, lon, 0.5 * np.pi),
],
)
def test_quad_area(lat, lon, true_area):
Expand Down

0 comments on commit 6b0ff33

Please sign in to comment.