-
Notifications
You must be signed in to change notification settings - Fork 77
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
Unable to open a specific tree: basket 1 in tree/branch xxx has the wrong number of bytes (yyy) for interpretation #1170
Labels
bug (unverified)
The problem described would be a bug, but needs to be triaged
Comments
MatteoBattisti
added
the
bug (unverified)
The problem described would be a bug, but needs to be triaged
label
Mar 14, 2024
There was an error in the first code I wrote, it should have been
but the error output is basically the same
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good morning,
I encountered a problem when I tied to read a specific tree from this root file.
https://drive.google.com/file/d/13KhywjFnUluwCHcSQgo4c9dDAT-jZmII/view?usp=sharing
In particular, I am interested in the data contained in the ':tevent_2nd_integral:/positionISS_v2', branch. When I try to read it with the code below
I get the following.
I am quite sure that the problem is in the data itself, since if I try to read the similar Branch ':tevent_2nd_integral:/positionISS' I do not get any error (here below the code and the output)
The same problematic branch can however be read out using ROOT or pyROOT, so I was wondering if there was a way to solve the problem in uproot (I am using version 5.3.1, earlier I tried also with version 3).
I think that the problem is the presence of some 'junk' bytes that prevent uproot to read it correctly, but I do not know how to solve the problem.
Thanks!
The text was updated successfully, but these errors were encountered: