You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses the default parameter shrink=True of np.ma.mask_or and it reduces the mask to a nomask (a single bool, with False) instead of an image sized array with bool or int 1 or 0 values.
The text was updated successfully, but these errors were encountered:
ProperImage/properimage/operations.py
Line 146 in a5ee3b7
This uses the default parameter
shrink=True
ofnp.ma.mask_or
and it reduces the mask to anomask
(a singlebool
, withFalse
) instead of an image sized array withbool
orint
1 or 0 values.The text was updated successfully, but these errors were encountered: