Skip to content
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

Use ak.Array vs ak.Record to distinguish RecordArray from Record. #49

Merged
merged 1 commit into from
Jan 10, 2020

Conversation

jpivarski
Copy link
Member

No description provided.

@jpivarski
Copy link
Member Author

This came up while writing CHEP proceedings. Originally, the testing code raised an error because it attempted to apply the Point class at both the RecordArray and the Record levels (since layout types specify the types of their elements, a Record has only one type to speak of, and it's the same as the RecordArray's element type).

@jpivarski jpivarski merged commit 9bc9340 into master Jan 10, 2020
@jpivarski jpivarski deleted the issue-49/wrap-only-if-subtype branch January 10, 2020 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant