Skip to content

Commit

Permalink
add tests for level34
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Nov 28, 2024
1 parent 50ed73b commit 7753d13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 296 deletions.
2 changes: 1 addition & 1 deletion odc/stats/plugins/lc_level34.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def classification(self, xx, class_def, con_cols, class_col):
res = da.full(xx.level_3_4.shape, 0, dtype="uint8")

for expression in expressions:
_log.info(expression)
_log.debug(expression)
local_dict.update({"res": res})
res = expr_eval(
expression,
Expand Down
188 changes: 0 additions & 188 deletions tests/test_lc_l34.py

This file was deleted.

107 changes: 0 additions & 107 deletions tests/test_lc_level3.py

This file was deleted.

0 comments on commit 7753d13

Please sign in to comment.