Skip to content

Commit 84ac211

Browse files
removing decode_cf=False now that it's fixed in v4-dev
1 parent e2e5401 commit 84ac211

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/instruments/test_drifter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ def test_simulate_drifters(tmpdir) -> None:
9595
)
9696

9797
# test if output is as expected
98-
results = xr.open_zarr(
99-
out_path, decode_cf=False
100-
) # TODO fix decode_cf when parcels v4 is fixed
98+
results = xr.open_zarr(out_path)
10199

102100
assert len(results.trajectory) == len(drifters)
103101

0 commit comments

Comments
 (0)