mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
[array api] update test suite to latest commit
This commit is contained in:
parent
7af7a60dcc
commit
17ad8a9582
2
.github/workflows/jax-array-api.yml
vendored
2
.github/workflows/jax-array-api.yml
vendored
@ -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 }}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user