From 6b713071e4d2509b65c233ae97b95cff6717cff9 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Mon, 5 Feb 2024 15:15:57 -0800 Subject: [PATCH] [array API] update to recent array API test version --- .github/workflows/jax-array-api.yml | 2 +- jax/experimental/array_api/skips.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/jax-array-api.yml b/.github/workflows/jax-array-api.yml index 1b1f2e42db92..212624d6b80b 100644 --- a/.github/workflows/jax-array-api.yml +++ b/.github/workflows/jax-array-api.yml @@ -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 }} diff --git a/jax/experimental/array_api/skips.txt b/jax/experimental/array_api/skips.txt index 9a7557dd0369..64cf979a177e 100644 --- a/jax/experimental/array_api/skips.txt +++ b/jax/experimental/array_api/skips.txt @@ -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