Skip to content

Commit

Permalink
Merge pull request #19668 from jakevdp:array-api
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604468622
  • Loading branch information
jax authors committed Feb 6, 2024
2 parents 9e94e6e + 6b71307 commit 155958b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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 @@ -25,7 +25,7 @@ jobs:
with:
repository: data-apis/array-api-tests
# TODO(jakevdp) update this to a stable release/tag when available.
ref: 'ae0017abb7ed64308e9fd6193d82225765536dd1' # Latest commit as of 2024-01-10
ref: 'd0d9696b00eefd08aa3a0024688801ce9d206a5f' # Latest commit as of 2024-02-05
submodules: 'true'
path: 'array-api-tests'
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion jax/experimental/array_api/skips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ array_api_tests/test_special_cases.py::test_iop
array_api_tests/test_special_cases.py::test_nan_propagation
array_api_tests/test_special_cases.py::test_unary
array_api_tests/test_array_object.py::test_setitem
array_api_tests/test_creation_functions.py::test_asarray_arrays

# fft test suite is buggy as of 83f0bcdc
array_api_tests/test_fft.py

0 comments on commit 155958b

Please sign in to comment.