-
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
fix: support regular_to_jagged
in Content._recursively_apply
/ ak.transform
#2048
Conversation
Codecov Report
Additional details and impacted files
|
regular_to_jagged
in Content._recursively_apply
regular_to_jagged
in Content._recursively_apply
regular_to_jagged
in Content._recursively_apply
/ ak.transform
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does seem like a good idea. Had it been a broadcast_and_apply
argument that wasn't implemented in recursively_apply
? If so, this is a good step toward further unification. regular_to_jagged
is something one might want to do or not do, independent of whether there's only one array to recurse over or there are several arrays to broadcast together.
And yes, it can be merged. |
I think so, at least, that's what it looked like. I didn't dig too deeply into the |
I do remember a |
Fixes #2047