Skip to content
Snippets Groups Projects
Commit d92a415e authored by fraserwg's avatar fraserwg
Browse files

apply tests to a pyicon dataset grid and check things still work

parent c2b59a89
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ def test_convert_tgrid_data(raw_grid):
assert "cell" in converted_tgrid.dims
@pytest.mark.parametrize("tgrid", ["raw_grid"])
@pytest.mark.parametrize("tgrid", ["raw_grid", "processed_tgrid"])
def test_xr_crop_tgrid(tgrid, request):
# Set ireg_c and crop the grid
tgrid = request.getfixturevalue(tgrid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment