JuliaHEP / UpROOT.jl

Julia package to access CERN ROOT files, wraps Python package uproot
Other
15 stars 3 forks source link

Tree Conversion Error #1

Closed simonschnake closed 4 years ago

simonschnake commented 5 years ago

Hey, I tried to open a TTree with uproot.jl and got the following error Error showing value of type TTree: ERROR: KeyError: key "name" not found Stacktrace: [1] getproperty(::PyObject, ::String) at .../packages/PyCall/ttONZ/src/PyCall.jl:308 [2] getproperty(::PyObject, ::Symbol) at .../packages/PyCall/ttONZ/src/PyCall.jl:313 [3] awkwardobjectarray2jl(::PyObject) at .../packages/UpROOT/nF6Gy/src/pyjlconv.jl:25

It seems that the PyCall Code has changed.

oschulz commented 4 years ago

Could you try this again?There have been a few changes/improvements in the mean time.

simonschnake commented 4 years ago

Hello oschulz, I have left particle physics and not using ROOT anymore. I therefore have no fitting ROOT environment at the moment and no time to install it again. Thanks for you time and development. Cheers Simon

oschulz commented 4 years ago

Thanks!

oschulz commented 4 years ago

Closing this, until it crops up again.