Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[array API] update to recent array API test version #19668

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading