Skip to content

Commit 2f10822

Browse files
committed
missing value typo
1 parent a69fb2c commit 2f10822

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
@@ -463,7 +463,7 @@ def _mask_data(self, data, ds_var):
463463
data = np.ma.masked_equal(data, _FillValue)
464464

465465
if missing_value is not None:
466-
data = np.ma.masked_equal(data, missing)
466+
data = np.ma.masked_equal(data, missing_value)
467467

468468
if valid_max is not None:
469469
data = np.ma.masked_greater(data, valid_max)

0 commit comments

Comments
 (0)