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 6b0ff33 commit 737ab49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_grid_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def test_angle_between(v1, v2, v3, true_angle):
assert np.isclose(angle_between(v1, v2, v3), true_angle)


X, Y = np.meshgrid(np.linspace(0, 90, 100), np.linspace(0, 90, 100))
# create a lat-lon mesh that covers 1/4 of the North Hemisphere
lon, lat = np.meshgrid(np.linspace(0, 90, 5), np.linspace(0, 90, 5))

Expand Down

0 comments on commit 737ab49

Please sign in to comment.