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
Due to the changes to promotion in Numpy 2.x, some tests for BitMaskedArray Python kernels gives: OverflowError: Python integer 464 out of bounds for uint8
It needs to be explicitly promoted now.
The text was updated successfully, but these errors were encountered:
Version of Awkward Array
2.6.3
Description and code to reproduce
Due to the changes to promotion in Numpy 2.x, some tests for BitMaskedArray Python kernels gives:
OverflowError: Python integer 464 out of bounds for uint8
It needs to be explicitly promoted now.
The text was updated successfully, but these errors were encountered: