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
dtype : dtype, optional
The type of the returned array and of the accumulator in which the
elements are summed. The dtype of `a` is used by default unless `a`
has an integer dtype of less precision than the default platform
integer. In that case, if `a` is signed then the platform integer
is used while if `a` is unsigned then an unsigned integer of the
same precision as the platform integer is used.
Version of Awkward Array
2.6.4 (master branch)
Description and code to reproduce
According to Numpy documentation:
see https://github.com/numpy/numpy/blob/v2.0.0/numpy/_core/fromnumeric.py#L2255-L2392
The text was updated successfully, but these errors were encountered: