File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,16 +24,8 @@ array_api_tests/test_has_names.py::test_has_names[array_method-__index__]
24
24
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
25
25
array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
26
26
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
32
27
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
+
37
29
# We cannot modify array methods
38
30
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
39
31
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
You can’t perform that action at this time.
0 commit comments