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

Usage of non-PlottableHistogram attributes edges in to_writeable #1339

Open
APN-Pucky opened this issue Nov 16, 2024 · 0 comments
Open

Usage of non-PlottableHistogram attributes edges in to_writeable #1339

APN-Pucky opened this issue Nov 16, 2024 · 0 comments
Labels
bug (unverified) The problem described would be a bug, but needs to be triaged

Comments

@APN-Pucky
Copy link
Member

APN-Pucky commented Nov 16, 2024

Usage of non-PlottableHistogram attribute axis.edges:

fXmin=axis.edges[0],

I think this should be axis[0][0] and axis[-1][1] following the protocol.

Context and full error log: https://github.com/APN-Pucky/babyyoda/blob/support_interface_matrix/examples/interface/uproot/histo1d.ipynb

@APN-Pucky APN-Pucky added the bug (unverified) The problem described would be a bug, but needs to be triaged label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug (unverified) The problem described would be a bug, but needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant