File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,10 @@ array_api_tests/test_data_type_functions.py::test_finfo[float32]
8
8
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
9
9
array_api_tests/test_has_names.py::test_has_names[array_attribute-device]
10
10
11
- # linalg tests require https://github.com/data-apis/array-api-tests/pull/101
12
- # cleanups. Also some tests are using .mT
11
+ # linalg tests require cleanups
12
+ # https://github.com/data-apis/array-api- tests/pull/101
13
13
array_api_tests/test_linalg.py::test_solve
14
14
15
- # Array methods and attributes not already on np.ndarray cannot be wrapped
16
- array_api_tests/test_signatures.py::test_array_method_signature[__array_namespace__]
17
- array_api_tests/test_signatures.py::test_array_method_signature[to_device]
18
-
19
15
# NumPy deviates in some special cases for floordiv
20
16
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
21
17
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]
You can’t perform that action at this time.
0 commit comments