Skip to content

Commit 3b90b87

Browse files
committed
Remove some numpy 2.0 XPASSes
1 parent 35554a6 commit 3b90b87

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

numpy-dev-xfails.txt

-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
1-
# asarray(copy=False) is not yet implemented
2-
array_api_tests/test_creation_functions.py::test_asarray_arrays
3-
41
# finfo(float32).eps returns float32 but should return float
52
array_api_tests/test_data_type_functions.py::test_finfo[float32]
63

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-to_device]
9-
array_api_tests/test_has_names.py::test_has_names[array_attribute-device]
10-
11-
# linalg tests require cleanups
12-
# https://github.com/data-apis/array-api-tests/pull/101
13-
array_api_tests/test_linalg.py::test_solve
14-
154
# NumPy deviates in some special cases for floordiv
165
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
176
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)