Skip to content

Commit f1d1dd4

Browse files
committed
Remove some numpy dev xfails
1 parent 8cd9536 commit f1d1dd4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

numpy-dev-xfails.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ array_api_tests/test_data_type_functions.py::test_finfo[float32]
88
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
99
array_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
1313
array_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
2016
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
2117
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]

0 commit comments

Comments
 (0)