-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public broadcast wrapper and recursively_apply tool #516
Labels
feature
New feature or request
Comments
Finally done! See the copious documentation: awkward/src/awkward/_v2/operations/ak_transform.py Lines 9 to 351 in 0b3806a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both functions in
awkward1._util
are used a few times in coffea.The wrapper function that broadcasts and flattens inputs for numpy ufuncs was copied in a simplified form to coffea lookup_tools: https://github.com/CoffeaTeam/coffea/blob/master/coffea/lookup_tools/lookup_base.py#L19-L45
The recursively_apply function is used to make sure a index take operates on the flat array in NanoEvents cross-references.
The text was updated successfully, but these errors were encountered: