We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bea640 commit eff8a79Copy full SHA for eff8a79
tests/third_party/cupy/linalg_tests/test_solve.py
@@ -63,7 +63,7 @@ def check_shape(self, a_shape, b_shape, error_types):
63
64
# Undefined behavior is implementation-dependent:
65
# Numpy with OpenBLAS returns an empty array
66
- # while numpy with Intel MKL raises LinAlgError
+ # while numpy with Intel® MKL raises LinAlgError
67
@pytest.mark.skip("Undefined behavior")
68
def test_solve_singular_empty(self, xp):
69
a = xp.zeros((3, 3)) # singular
0 commit comments