Skip to content

Commit acc4683

Browse files
author
Emma Ai
committed
filter data by sensor temporal coverage in ml
1 parent 239d6ea commit acc4683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

odc/stats/plugins/lc_ml_treelite.py

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

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

0 commit comments

Comments
 (0)