- 000
Description
When using sigma_clip() on a MaskedNDArray (or MaskedQuantity) with numpy 1.24.0 or later, it raised a TypeError: cannot write to unmasked output.
When using numpy 1.23.5,
the codes no longer raised TypeError
but sigma_clip() seems to ignore the mask in the input.
Expected behavior
N...