Skip to content

Commit de2986a

Browse files
Update tests/test_grids.py
1 parent 5be9ea2 commit de2986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_grids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def UpdateR(particle, fieldset, time): # pragma: no cover
870870
assert np.allclose(pset.radius, pset.radius_start, atol=10)
871871

872872

873-
@pytest.mark.parametrize("gridindexingtype", ["mom5"]) # TODO add pop in v4?
873+
@pytest.mark.parametrize("gridindexingtype", ["mom5"]) # TODO v4: add pop in params?
874874
@pytest.mark.parametrize("extrapolation", [True, False])
875875
def test_bgrid_interpolation(gridindexingtype, extrapolation):
876876
xi, yi = 3, 2

0 commit comments

Comments
 (0)