ooici / ion-functions

Python Functions defined for computational ION
Other
10 stars 35 forks source link

Fix for int16 arrays in replace_fill_with_nan #234

Closed petercable closed 8 years ago

petercable commented 8 years ago

np.int16 does not match (int, long) but does match numbers.Integral.

Without this change ADCP instrument fill values are not replaced with NaN.