Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Aug 21, 2024
1 parent eee2ed1 commit 4480ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ odc-dscache>=0.2.3
odc-stac @ git+https://github.com/opendatacube/odc-stac@69bdf64

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

# For ML
tflite-runtime
Expand Down
1 change: 1 addition & 0 deletions odc/stats/plugins/lc_treelite_cultivated.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def aggregate_results_from_group(self, predict_output):
# any is valid -> final class is valid
# for each pixel
m_size = len(predict_output)
m_size = 1
if m_size > 1:
predict_output = da.stack(predict_output)
else:
Expand Down

0 comments on commit 4480ab1

Please sign in to comment.