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
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Related, I wish that af.boolmask() was instead af.mask an af.mask goes private, as it depends on the mask implementation. Similar to how af.counts is a universal property.
Also, a shorthand for af[~af.boolmask()].content would be nice.
The text was updated successfully, but these errors were encountered:
defines two arrays, one a flat masked array, and one a jagged array.
ufuncs depend on order of operation--the jagged array doesn't let masked array pass through.
defines what should be a valid index into
b
, howeverA workaround (implementation?) is
Related, I wish that
af.boolmask()
was insteadaf.mask
anaf.mask
goes private, as it depends on the mask implementation. Similar to howaf.counts
is a universal property.Also, a shorthand for
af[~af.boolmask()].content
would be nice.The text was updated successfully, but these errors were encountered: