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.
ProperImage/properimage/operations.py
Line 146 in a5ee3b7
This uses the default parameter
shrink=Trueofnp.ma.mask_orand it reduces the mask to anomask(a singlebool, withFalse) instead of an image sized array withboolorint1 or 0 values.