Skip to content

Commit b1b1ad6

Browse files
Merge pull request #25018 from jakevdp:update-array-api
PiperOrigin-RevId: 698811575
2 parents 1e6654a + f749fca commit b1b1ad6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/jax-array-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
repository: data-apis/array-api-tests
3030
# TODO(jakevdp) update this to a stable release/tag when available.
31-
ref: 'a3f3f376308e64f0ac15b307dfe27be945409e41' # Latest commit as of 2024-11-14
31+
ref: 'ad81cf6c3721d9dbeb168bdab49c962b6b38c0d5' # Latest commit as of 2024-11-20
3232
submodules: 'true'
3333
path: 'array-api-tests'
3434
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ filterwarnings = [
5858
# TODO(jakevdp): remove when array_api_tests stabilize
5959
"default:.*not machine-readable.*:UserWarning",
6060
"default:Special cases found for .* but none were parsed.*:UserWarning",
61-
"default:The .* method is good for exploring strategies.*",
6261

6362
# NOTE: this is probably not where you want to add code to suppress a
6463
# warning. Only pytest tests look at this list, whereas Bazel tests also

tests/array_api_skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ array_api_tests/test_data_type_functions.py::test_finfo[float32]
66
# Test suite attempts in-place mutation:
77
array_api_tests/test_array_object.py::test_setitem
88
array_api_tests/test_array_object.py::test_setitem_masking
9+
array_api_tests/test_creation_functions.py::test_asarray_arrays
910

1011
# Returns wrong zero sign
1112
array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]

0 commit comments

Comments
 (0)