Mask an array where invalid values occur (NaNs or infs). This function is a shortcut to masked_where , with condition = ~(np.isfinite(a)). Any pre-existing mask ...
確定! 回上一頁