Skip to content

Commit b28a0ea

Browse files
authored
Merge pull request #97 from asmeurer/cupy-linalg-fixes
Update cupy skips and xfails for latest linalg tests
2 parents 560d189 + 0c43d69 commit b28a0ea

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

cupy-skips.txt

-3
This file was deleted.

cupy-xfails.txt

+1-9
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,8 @@ array_api_tests/test_has_names.py::test_has_names[array_method-__index__]
2424
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
2525
array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
2626

27-
# Some linalg tests depend on .mT instead of matrix_transpose()
28-
# and some require https://github.com/data-apis/array-api-tests/pull/101 to
29-
array_api_tests/test_linalg.py::test_eigvalsh
30-
array_api_tests/test_linalg.py::test_matrix_norm
31-
array_api_tests/test_linalg.py::test_matrix_power
3227
array_api_tests/test_linalg.py::test_solve
33-
array_api_tests/test_linalg.py::test_svd
34-
array_api_tests/test_linalg.py::test_svdvals
35-
# cupy uses 2023.12 trace() behavior https://github.com/data-apis/array-api/pull/502
36-
array_api_tests/test_linalg.py::test_trace
28+
3729
# We cannot modify array methods
3830
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
3931
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]

0 commit comments

Comments
 (0)