File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ array_api_tests/test_data_type_functions.py::test_finfo[float32]
66# Test suite attempts in-place mutation:
77array_api_tests/test_array_object.py::test_setitem
88array_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
1112array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]
You can’t perform that action at this time.
0 commit comments