We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f96607 commit 0cc6edeCopy full SHA for 0cc6ede
1 file changed
src/eva/transforms/reduce.py
@@ -47,7 +47,7 @@
47
48
49
def _mask_fill(da: xr.DataArray) -> xr.DataArray:
50
- """Mask the dataset's _FillValue (if present) to NaN."""
+ """Mask the DataArray's _FillValue (if present) to NaN."""
51
if da is None:
52
return da
53
fv = da.attrs.get("_FillValue", None)
0 commit comments