Skip to content

Commit

Permalink
fixed test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Nov 24, 2023
1 parent 2891c40 commit 0a08219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_invalid_args():
face_src = _gridlike_mesh_cube(n_lons, n_lats, location="face")
tgt = _gridlike_mesh_cube(n_lons, n_lats)

with pytest.raises(NotImplementedError):
with pytest.raises(ValueError):
_ = regrid_unstructured_to_unstructured(face_src, tgt, method="other")
with pytest.raises(ValueError) as excinfo:
_ = regrid_unstructured_to_unstructured(node_src, tgt, method="conservative")
Expand Down

0 comments on commit 0a08219

Please sign in to comment.