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]
88array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
99array_api_tests/test_has_names.py::test_has_names[array_attribute-device]
1010
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
1313array_api_tests/test_linalg.py::test_solve
1414
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-
1915# NumPy deviates in some special cases for floordiv
2016array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
2117array_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