You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could it be related to #908 (comment) and #1000 (review)? I'm not 100% convinced that TProfile and a boost-histogram with WeightedMean Storage have the same data model.
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.
The text was updated successfully, but these errors were encountered: