Skip to content

Commit 4480ab1

Browse files
author
Emma Ai
committed
more test
1 parent eee2ed1 commit 4480ab1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ odc-dscache>=0.2.3
1111
odc-stac @ git+https://github.com/opendatacube/odc-stac@69bdf64
1212

1313
# odc-stac is in PyPI
14-
odc-stats[ows] @ git+https://github.com/opendatacube/odc-stats@1581620
14+
odc-stats[ows] @ git+https://github.com/opendatacube/odc-stats@eee2ed1
1515

1616
# For ML
1717
tflite-runtime

odc/stats/plugins/lc_treelite_cultivated.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def aggregate_results_from_group(self, predict_output):
270270
# any is valid -> final class is valid
271271
# for each pixel
272272
m_size = len(predict_output)
273+
m_size = 1
273274
if m_size > 1:
274275
predict_output = da.stack(predict_output)
275276
else:

0 commit comments

Comments
 (0)