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 Jun 21, 2022. It is now read-only.
Traceback (most recent call last):
File "lund2hdf5.py", line 101, in <module>
args.files, args.treename, branches, reportentries=True
File "/usr/local/lib/python3.7/site-packages/uproot/tree.py", line 89, in iterate
for tree, newbranches, globalentrystart, thispath, thisfile in _iterate(path, treepath, branches, awkward, localsource, xrootdsource, httpsource, **options):
File "/usr/local/lib/python3.7/site-packages/uproot/tree.py", line 150, in _iterate
elif not newbranches[key].compatible(oldbranches[key]):
File "/usr/local/lib/python3.7/site-packages/uproot/interp/objects.py", line 306, in compatible
return isinstance(other, asgenobj) and self.cls.__name__ == other.cls.__name__
AttributeError: 'asgenobj' object has no attribute 'cls'
The text was updated successfully, but these errors were encountered:
The following code snippet works perfectly:
the following code snippet fails
with this error:
The text was updated successfully, but these errors were encountered: