scikit-hep/uproot5

Usage of non-PlottableHistogram attributes `edges` in to_writeable

Opened this issue · 0 comments

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