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
I added support for python's long type; however, (py)ROOT is not writing out branches properly when they are given np.int64 types. As a temporary fix, pytree will cast long to int, but this is not ideal.
The text was updated successfully, but these errors were encountered:
I added support for python's
long
type; however, (py)ROOT is not writing out branches properly when they are given np.int64 types. As a temporary fix, pytree will castlong
toint
, but this is not ideal.The text was updated successfully, but these errors were encountered: