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

fix: an uproot.dask test was wrong; revealed by new dask-awkward. #812

Merged
merged 2 commits into from
Jan 6, 2023

Conversation

jpivarski
Copy link
Member

The da[da.int_branch < 0] expression should return an array with all fields, not just "int_branch". An update in dask-awkward (2023.1.0) got it right, and older version (2022.12a3.dev6+g7fe448a) got it wrong, and presumably the old test was modeled on the old dask-awkward result.

There's still an error in these tests, which comes from scikit-hep/scikit-hep-testdata#111. A ROOT file was updated that the Uproot RNTuple test can no longer read. @Moelf?

@Moelf
Copy link
Collaborator

Moelf commented Jan 6, 2023

yeah, the array<> was not handled before, so need #705

@jpivarski jpivarski requested a review from Moelf January 6, 2023 19:26
@jpivarski jpivarski enabled auto-merge (squash) January 6, 2023 19:45
@jpivarski jpivarski merged commit afd8deb into main Jan 6, 2023
@jpivarski jpivarski deleted the jpivarski/fix-incorrect-dask-test branch January 6, 2023 19:57
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.

2 participants