[array api] update test suite to latest commit

This commit is contained in:
Jake VanderPlas 2024-10-31 14:53:28 -07:00
parent 7af7a60dcc
commit 17ad8a9582
2 changed files with 1 additions and 4 deletions

View File

@ -28,7 +28,7 @@ jobs:
with:
repository: data-apis/array-api-tests
# TODO(jakevdp) update this to a stable release/tag when available.
ref: 'b4c0823469c02d6ce6e512ad4c2bd8ba42b1b4b2' # Latest commit as of 2024-09-09
ref: 'bcd5919bbbdf4d4806b5b2613b4d8c0bc0625c54' # Latest commit as of 2024-10-31 👻
submodules: 'true'
path: 'array-api-tests'
- name: Set up Python ${{ matrix.python-version }}

View File

@ -7,8 +7,5 @@ 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