Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Jan 10, 2025
1 parent d8e9939 commit 157bbdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,10 @@ def test_grid_bounding_box_subset():
grid = ux.open_grid(grid_path)

grid_subset = grid.subset.bounding_box(bbox[0],
bbox[1],
element=element)
bbox[1],)

grid_subset_antimeridian = grid.subset.bounding_box(
bbox_antimeridian[0], bbox_antimeridian[1], element=element)
bbox_antimeridian[0], bbox_antimeridian[1])


def test_uxda_isel():
Expand Down

0 comments on commit 157bbdf

Please sign in to comment.