-
Notifications
You must be signed in to change notification settings - Fork 76
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
Implement regular array support for TClonesArray #442
Conversation
The test will require merging scikit-hep/scikit-hep-testdata#65 |
This will have issues with |
See https://github.com/scikit-hep/scikit-hep-testdata/actions/runs/1247612638 to file the progress of releasing 0.4.8. |
And ping me again when you're ready for this to be merged. (The changes so far look good.) |
@jpivarski that CI run failed looking at the link! |
Actually the problem was much more subtle: essentially by chance the data was such that numpy converted a list of >>> numpy.array([ [1,2], [3,4] ], dtype=object)
array([[1, 2],
[3, 4]], dtype=object) |
@jpivarski this is ready |
No description provided.