Fix array API tests.

This is currently causing failures on main.
This commit is contained in:
Jake VanderPlas 2024-11-01 09:48:45 -07:00
parent 2a41c04fef
commit e657a4b283

View File

@ -7,5 +7,8 @@ array_api_tests/test_data_type_functions.py::test_finfo[float32]
array_api_tests/test_array_object.py::test_setitem
array_api_tests/test_array_object.py::test_setitem_masking
# Returns wrong zero sign
array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]
# Returns int32 when int64 is expected
array_api_tests/test_searching_functions.py::test_searchsorted