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
This came out of a pyhep.dev hacking session. We tried to build a simple analysis example: read four-vector information for jets, "calibrate" the jet energies (as a function of a nuisance parameter) and then take derivatives of the mean of invariant masses wrt. the nuisance parameter. A reproducer is provided at https://gist.github.com/alexander-held/9ca8eae6ab99572d7a332ab8c1b02beb.
Switching to the jax backend (without taking gradients) triggers
Version of Awkward Array
2.3.0
Description and code to reproduce
This came out of a pyhep.dev hacking session. We tried to build a simple analysis example: read four-vector information for jets, "calibrate" the jet energies (as a function of a nuisance parameter) and then take derivatives of the mean of invariant masses wrt. the nuisance parameter. A reproducer is provided at https://gist.github.com/alexander-held/9ca8eae6ab99572d7a332ab8c1b02beb.
Switching to the jax backend (without taking gradients) triggers
at the point of four-vector addition. Changing this line to instead return the invariant mass of the first jet triggers another error:
The text was updated successfully, but these errors were encountered: