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.
Awkward 1 is so close to being ready that my recommendation is to use the work-around. (Leave this issue open so that anyone else who runs into this can find it.)
Thanks for reporting it, though!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to apply a mask onto my
JaggedArray
. Unfortunately, in the corner case where theJaggedArray
is empty, I can anIndexError
.In case of arrays created by
fromcounts
, this seems to work.The text was updated successfully, but these errors were encountered: