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
dpt.asarray(-9223372036854775809, dtype=dpt.uint8)
# raises TypeError: Numpy array of data type object is not supported. Please convert the input to an array with numeric data type.
Array API test suite expected OverflowError:
np.asarray(-9223372036854775809, dtype=dpt.uint8)
# raises OverflowError: Python int too large to convert to C long
This discrepancy is behind Array API test suite failure of test_int_to_dtype.
The text was updated successfully, but these errors were encountered:
Array API test suite expected
OverflowError
:This discrepancy is behind Array API test suite failure of
test_int_to_dtype
.The text was updated successfully, but these errors were encountered: