Open
Description
Dear Experts,
I'm getting different errors when trying to extract errors from TProfile saved in a root file. I tried two ways:
pd_tp.errors()
: this seems to get the correct error compared to error produced with ROOT (C++) script.np.sqrt(pd_tp.to_hist().variances())
: this gives smaller errors which is incorrect.
Do you know what might be the issue here? It seems there are problems when converting to boost/hist.
I'm using uproot 4.7.3.