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: support RNTuples with multiple cluster groups #1359

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

Conversation

ariostas
Copy link
Collaborator

@ariostas ariostas commented Jan 9, 2025

This PR fixes #1357. Now multiple cluster groups are handled correctly. Internally, it just groups all clusters together into a single group. I couldn't think of any reasons to keep track of different groups, but we can implement that later if necessary.

@ariostas
Copy link
Collaborator Author

ariostas commented Jan 9, 2025

The test fails because it needs scikit-hep/scikit-hep-testdata#168. I'll rerun the CI when it's ready. Apart from that, it's ready for review.

@ariostas ariostas marked this pull request as ready for review January 9, 2025 18:35
@ariostas ariostas requested a review from jpivarski January 9, 2025 20:18
Copy link
Member

@jpivarski jpivarski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks great! And there's a test, which passes, so you can merge this whenever you're ready.

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.

RNTuple reading doesn't work when there are multiple cluster groups
2 participants