Open guitargeek opened 4 months ago
Was support for numpy
types added to the ROOT fork of cppyy? AFAIK, this has never worked in master.
At least I couldn't identify a commit of patch that explicitly added support for it. I will try out a few different ROOT and cppyy versions to understand what is going on.
Reported originally on the ROOT forum: https://root-forum.cern.ch/t/numpy-ints-not-accepted-in-ttree-getentry-in-root-6-32/59712/8
Reproducer:
Output:
Expected output:
In fact, the expected behavior was occurring with a previous cppyy version used before ROOT 6.32. Therefore, this issue is a behavior regression that catches uses by surprise.