Ability to override behavior at exactly one dimension above a record #1660
jpivarski
started this conversation in
Deprecations
Replies: 1 comment
-
NanoEvents always uses awkward/src/awkward/behaviors/mixins.py Line 46 in 15318e1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are two ways to overload an array that contains a named record:
The first of these overrides any kind of list that is surrounding the records, so that you can define vectorized operations.
The second only overrides one dimension above the records.
The second case was broken, never tested, and no one has ever asked me about it. In #1651, I dropped it for v2 with the idea that we can reintroduce it correctly if asked.
What do you think? Does anybody need the
"."
method?@nsmith-, is this used in NanoEvents?
Beta Was this translation helpful? Give feedback.
All reactions