File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
jax/experimental/array_api Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 repository : data-apis/array-api-tests
2727 # TODO(jakevdp) update this to a stable release/tag when available.
28- ref : ' e38ce3466e596ed2b8fa4638f161f5563ded81a8 ' # Latest commit as of 2024-04-15
28+ ref : ' 33f2d2ea2f3dd2b3ceeeb4519d55e08096184149 ' # Latest commit as of 2024-05-28
2929 submodules : ' true'
3030 path : ' array-api-tests'
3131 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -21,4 +21,19 @@ array_api_tests/test_linalg.py::test_trace
2121# Pending bugfix, see https://github.com/data-apis/array-api-tests/issues/256
2222array_api_tests/test_signatures.py::test_func_signature[logical_and]
2323array_api_tests/test_signatures.py::test_func_signature[logical_or]
24- array_api_tests/test_signatures.py::test_func_signature[logical_xor]
24+ array_api_tests/test_signatures.py::test_func_signature[logical_xor]
25+
26+ # Returns int32 when int64 is expected
27+ array_api_tests/test_searching_functions.py::test_searchsorted
28+
29+ # Various info functions not yet defined
30+ array_api_tests/test_has_names.py::test_has_names[info-capabilities]
31+ array_api_tests/test_has_names.py::test_has_names[info-default_device]
32+ array_api_tests/test_has_names.py::test_has_names[info-default_dtypes]
33+ array_api_tests/test_has_names.py::test_has_names[info-devices]
34+ array_api_tests/test_has_names.py::test_has_names[info-dtypes]
35+ array_api_tests/test_signatures.py::test_func_signature[capabilities]
36+ array_api_tests/test_signatures.py::test_func_signature[default_device]
37+ array_api_tests/test_signatures.py::test_func_signature[default_dtypes]
38+ array_api_tests/test_signatures.py::test_func_signature[devices]
39+ array_api_tests/test_signatures.py::test_func_signature[dtypes]
You can’t perform that action at this time.
0 commit comments