Skip to content

Commit a21045b

Browse files
author
github-actions
committed
updated dict mapping
1 parent d3a090a commit a21045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intake_xarray/raster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _get_schema(self):
104104

105105
ds2 = xr.Dataset({'raster': self._ds})
106106
metadata = {
107-
'dims': dict(ds2.dims),
107+
'dims': dict(ds2.sizes),
108108
'data_vars': {k: list(ds2[k].coords)
109109
for k in ds2.data_vars.keys()},
110110
'coords': tuple(ds2.coords.keys()),

0 commit comments

Comments
 (0)