Skip to content

Commit 7ce1663

Browse files
xfailing croco 3D advection for now
will need to be fixed later, when we have consolidated interpoaltion API
1 parent 6bd0499 commit 7ce1663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_advection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ def test_conversion_3DCROCO():
228228
assert np.allclose(sigma, s_xroms, atol=1e-3)
229229

230230

231+
@pytest.mark.v4alpha
232+
@pytest.mark.xfail(reason="CROCO 3D interpolation is not yet implemented correctly in v4. ")
231233
def test_advection_3DCROCO():
232234
fieldset = FieldSet.from_modulefile(TEST_DATA / "fieldset_CROCO3D.py")
233235

0 commit comments

Comments
 (0)