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
iinfo tests fail with pytorch, which is missing these dtypes:
FAILED array_api_tests/test_data_type_functions.py::test_iinfo[uint16] - TypeError: iinfo(): argument 'type' (position 1) must be torch.dtype, not _UndefinedStub
FAILED array_api_tests/test_data_type_functions.py::test_iinfo[uint32] - TypeError: iinfo(): argument 'type' (position 1) must be torch.dtype, not _UndefinedStub
FAILED array_api_tests/test_data_type_functions.py::test_iinfo[uint64] - TypeError: iinfo(): argument 'type' (position 1) must be torch.dtype, not _UndefinedStub
The text was updated successfully, but these errors were encountered:
iinfo tests fail with pytorch, which is missing these dtypes:
The text was updated successfully, but these errors were encountered: