scikit-hep / uproot3

ROOT I/O in pure Python and NumPy.
BSD 3-Clause "New" or "Revised" License
314 stars 67 forks source link

Error when using uint64 for branch in newtree() #542

Open bualust opened 3 years ago

bualust commented 3 years ago

I need to declare a branch of the type unsigned long long int. I get the NotImplementedError so I imagine this is being developed. Is there any workaround for now?