-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implement dak.backend
as an overload of ak.backend
#497
Comments
Do you intend to make this a PR? I don't see any problem with it. |
In which module should I put it? |
Hmm... I have no better idea than utils, which catches everything else. |
utils.py doesn't have user-facing functions. The describe.py/reducers.py/structure.py is reminiscent of the way Awkward 1 organized its functions (same module names), before we switched to having one file per In the describe.py/reducers.py/structure.py taxonomy, I guess I'll open PR. |
I'm about to head out the door, but this would always return typetracer for meta arrays, which is probably not what we want. |
In fact, I wrote the test as |
The implementation would be really easy:
but it would fix scikit-hep/awkward#3077. See the discussion there, particularly the end of scikit-hep/awkward#3077 (comment).
The text was updated successfully, but these errors were encountered: