@@ -5,16 +5,12 @@ array_api_tests/test_creation_functions.py::test_asarray_arrays
5
5
array_api_tests/test_data_type_functions.py::test_finfo[float32]
6
6
7
7
# Array methods and attributes not already on np.ndarray cannot be wrapped
8
- array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
9
8
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
10
9
array_api_tests/test_has_names.py::test_has_names[array_attribute-device]
11
- array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
12
10
13
11
# linalg tests require https://github.com/data-apis/array-api-tests/pull/101
14
12
# cleanups. Also some tests are using .mT
15
- array_api_tests/test_linalg.py::test_eigvalsh
16
13
array_api_tests/test_linalg.py::test_solve
17
- array_api_tests/test_linalg.py::test_trace
18
14
19
15
# Array methods and attributes not already on np.ndarray cannot be wrapped
20
16
array_api_tests/test_signatures.py::test_array_method_signature[__array_namespace__]
@@ -40,10 +36,6 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity
40
36
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
41
37
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
42
38
43
- # testsuite issue with test_square
44
- # https://github.com/data-apis/array-api-tests/issues/190
45
- array_api_tests/test_operators_and_elementwise_functions.py::test_square
46
-
47
39
# https://github.com/numpy/numpy/issues/21213
48
40
array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]
49
41
array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
0 commit comments