Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Aug 21, 2024
1 parent 1581620 commit eee2ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@bad6a6c
odc-stats[ows] @ git+https://github.com/opendatacube/odc-stats@1581620

# For ML
tflite-runtime
Expand Down
2 changes: 1 addition & 1 deletion odc/stats/plugins/lc_treelite_cultivated.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def aggregate_results_from_group(self, predict_output):
)

predict_output = expr_eval(
"where((m>0)&(m<nodata), _u, a)",
"where((m>0)&(m<nodata), _u, m)",
{"m": predict_output},
name="output_classes_cultivated",
dtype="float32",
Expand Down

0 comments on commit eee2ed1

Please sign in to comment.