Skip to content

Commit

Permalink
Merge pull request #24649 from jakevdp:array-api-update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691992127
  • Loading branch information
Google-ML-Automation committed Nov 1, 2024
2 parents f60b97c + 17ad8a9 commit f4d675e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jax-array-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 0 additions & 3 deletions tests/array_api_skips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4d675e

Please sign in to comment.