Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Dec 4, 2024
1 parent af02544 commit 6492554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc/stats/plugins/lc_fc_wo_a0.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def native_transform(self, xx):
wet_clear = expr_eval(
"where(b>0, _nan, a)",
{"a": wet_clear, "b": raw_mask.data},
name="get_lear_pixels",
name="get_clear_pixels",
dtype="float32",
**{"_nan": np.nan},
)
Expand Down

0 comments on commit 6492554

Please sign in to comment.