Closed jeffkrupa closed 3 years ago
You can't use Awkward 1 with uproot-methods (any version). Lorentz vectors in the Awkward 1 era will be handled by the Vector package, which is going to get more fully developed in March, or by coffea.nanoevents.methods.vector in the interim.
I'm guessing that what's happening here is that Awkward 0 doesn't recognize an Awkward 1 array and is iterating over it, or that some broadcasting rule applies and makes it want to generate a huge array (74.5 GiB).
Hi, I am defining two TLorentzVectorArray and wanting to take the sum. I can add
mu_p4
to itself, ormet_p4
to itself, but I cannot add them to each other without it blowing up. I'm usingawkward1
anduproot_methods3
. What am I doing wrong?