Closed jfigui closed 1 year ago
Sorry about that, and thanks a lot for the fix, I have released a patch v1.7.1
https://pypi.org/project/pyart-mch/
conda should follow soon,
Can I close this issue?
Hi @wolfidan ,
Yes, I think that with the patch we can close this issue.
Cheers,
Jordi
The implemented solution for when nodata was np.nan:
data = np.ma.masked_where(raw_data, raw_data == nodata)
was masking all data.
This has been changed in the dev commit b3a1b0f6102143be0049490f4f4dc90f5d4bad8c as: if np.isnan(nodata):
special case of nan nodata
@wolfidan , we need to release a patch as soon as possible to version 1.7