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
For the computation of the helicity angles (which can't be done in sympy for now), I would still like to see some type hints for the shapes. But afaics, this is not possible with numpy and nptyping is buggy. Alternative would be to wrap, say, an np.array of shape (n, 4) (for a four-momentum tuple and n events) into some LorentzVectorData class.
Specify
numpy.ndarray
shapes withnptyping.NDArray
The text was updated successfully, but these errors were encountered: