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

feat: support reading of custom-length RNTuple floats and suppressed columns #1347

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ariostas
Copy link
Collaborator

@ariostas ariostas commented Dec 6, 2024

This PR implements the reading of Real32Trunc and Real32Quant fields, which have a variable number of bits in the ranges 10-31 and 1-32, respectively.

It also adds support for suppressed columns, at least in simple cases.

@ariostas
Copy link
Collaborator Author

It ended up only taking a few lines to support suppressed columns. I'll improve the reading of floats and add some tests.

@ariostas ariostas changed the title feat: support reading of custom-length RNTuple floats feat: support reading of custom-length RNTuple floats and suppressed columns Dec 13, 2024
@ariostas ariostas marked this pull request as ready for review December 13, 2024 19:46
@ariostas
Copy link
Collaborator Author

This PR is ready for review, but it needs scikit-hep/scikit-hep-testdata#167 for the tests to pass.

Also, since there is still an issue with Dask, we'll just have to wait until that is resolved.

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