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: dask failing for TTrees with duplicate TBranch names #1189

Merged
merged 6 commits into from Mar 28, 2024

Conversation

ioanaif
Copy link
Collaborator

@ioanaif ioanaif commented Mar 28, 2024

No description provided.

@ioanaif ioanaif linked an issue Mar 28, 2024 that may be closed by this pull request
@ioanaif ioanaif requested a review from jpivarski March 28, 2024 11:28
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.

This only changes an internal interface, and even if Coffea is relying on this internal interface, it only adds a new keyword argument at the end of an argument list, whose default value is no change in behavior. It's completely safe.

Moreover, it ought to solve the problem of duplicates in uproot.dask, and the test demonstrate it.

I'll merge this PR after committing my one suggestion below.

src/uproot/_dask.py Outdated Show resolved Hide resolved
@jpivarski jpivarski enabled auto-merge (squash) March 28, 2024 13:37
@jpivarski jpivarski merged commit f137305 into main Mar 28, 2024
21 checks passed
@jpivarski jpivarski deleted the ioanaif/dask-fails-duplicate-TBranch-names branch March 28, 2024 13:48
nsmith- added a commit to nsmith-/uproot5 that referenced this pull request Apr 17, 2024
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.

uproot.dask fails for TTrees with duplicate TBranch names
2 participants