Skip to content

Commit eff8a79

Browse files
A small update
1 parent 6bea640 commit eff8a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/third_party/cupy/linalg_tests/test_solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def check_shape(self, a_shape, b_shape, error_types):
6363

6464
# Undefined behavior is implementation-dependent:
6565
# Numpy with OpenBLAS returns an empty array
66-
# while numpy with Intel MKL raises LinAlgError
66+
# while numpy with Intel® MKL raises LinAlgError
6767
@pytest.mark.skip("Undefined behavior")
6868
def test_solve_singular_empty(self, xp):
6969
a = xp.zeros((3, 3)) # singular

0 commit comments

Comments
 (0)