Skip to content

Commit 0cc6ede

Browse files
copilot review
1 parent 9f96607 commit 0cc6ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eva/transforms/reduce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

4949
def _mask_fill(da: xr.DataArray) -> xr.DataArray:
50-
"""Mask the dataset's _FillValue (if present) to NaN."""
50+
"""Mask the DataArray's _FillValue (if present) to NaN."""
5151
if da is None:
5252
return da
5353
fv = da.attrs.get("_FillValue", None)

0 commit comments

Comments
 (0)