Skip to content

Commit a69fb2c

Browse files
committed
fill value typo
1 parent 0884af8 commit a69fb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/active.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def _mask_data(self, data, ds_var):
460460
valid_min, valid_max = valid_range
461461

462462
if _FillValue is not None:
463-
data = np.ma.masked_equal(data, fillvalue)
463+
data = np.ma.masked_equal(data, _FillValue)
464464

465465
if missing_value is not None:
466466
data = np.ma.masked_equal(data, missing)

0 commit comments

Comments
 (0)