Skip to content

Commit 9b46aa7

Browse files
author
Emma Ai
committed
correct time dim and format
1 parent acc4683 commit 9b46aa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

odc/stats/plugins/lc_ml_treelite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def input_data(
119119
(self.chunks["x"], self.chunks["y"], -1),
120120
name=ds.type.name + "_yxt",
121121
).squeeze("spec")
122-
)
123122

124123
coords = dict((dim, input_array.coords[dim]) for dim in input_array.dims)
125124
return xr.Dataset(data_vars=data_vars, coords=coords)

0 commit comments

Comments
 (0)