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
I saw this one while looking at the code, the lines below uses _data._sharedmask, and it seems safe to do this change. Any idea when this "compatibility" code should be executed ? (It needs something that has a ._mask attribute but doesn't inherit from ndarray).
pyflakes notes the
_sharedmask
is assigned but never used. I suspect this may be a bug. Note the theFIXME
message is not yet in master.The text was updated successfully, but these errors were encountered: