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
It would be really nice if we can @numba.njit the to_awkward function. Awkward's array builder is numba-jittable but the input iterable of LHEEvents isn't. We would need to properly type it and tell numba how to compile it I think.