Skip to content

Commit 79a6763

Browse files
hotfix: latest earthkit-data version broke xarray backend kwargs
1 parent 9960b98 commit 79a6763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hat/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def read_simulation_as_xarray(options):
268268
fs = earthkit.data.from_source(src_type, *args)
269269

270270
xarray_kwargs = {}
271-
xarray_kwargs["xarray_open_mfdataset_kwargs"] = {"chunks": {"time": "auto"}}
271+
# xarray_kwargs["xarray_open_mfdataset_kwargs"] = {"chunks": {"time": "auto"}}
272272

273273
# xarray dataset
274274
ds = fs.to_xarray(**xarray_kwargs)

0 commit comments

Comments
 (0)