Skip to content

Commit cd69147

Browse files
Further fixing unit test by dropping unused dimensions
1 parent df78b62 commit cd69147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v4/test_advection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ def test_nemo_curvilinear_fieldset():
415415
ds = (
416416
ds.isel(time_counter=0, drop=True)
417417
.isel(time=0, drop=True)
418+
.isel(z_a=0, drop=True)
418419
.rename({"glamf": "lon", "gphif": "lat", "z": "depth"})
419420
)
420421

0 commit comments

Comments
 (0)