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
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
If you have <class 'uproot.rootio.TH2D'> type object, when you try to use the 'show' method, there will be error.
The error is comming from:
TH1.py file line 146:
intervals = ["[{0:<.5g}, {1:<.5g})".format(l, h) for l, h in [self.interval(i) for i in range(len(self))]]
The text was updated successfully, but these errors were encountered:
mostafa1993
changed the title
Bug in TH1.py, line 146, in show
Bug in TH1.py, line 146, in show method
Nov 19, 2019
If you have <class 'uproot.rootio.TH2D'> type object, when you try to use the 'show' method, there will be error.
The error is comming from:
TH1.py file line 146:
intervals = ["[{0:<.5g}, {1:<.5g})".format(l, h) for l, h in [self.interval(i) for i in range(len(self))]]
The text was updated successfully, but these errors were encountered: