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 9d757b7 commit d27f857Copy full SHA for d27f857
test/commutative/complex.jl
@@ -97,7 +97,9 @@
97
@test !LinearAlgebra.ishermitian(a + im)
98
q = x + 1
99
@test !LinearAlgebra.ishermitian(q)
100
- err = ErrorException("Complex-valued polynomials cannot be interpreted as hermitian scalars")
+ err = ErrorException(
101
+ "Complex-valued polynomials cannot be interpreted as hermitian scalars",
102
+ )
103
@test_throws err LinearAlgebra.hermitian(q, :U)
104
@test_throws err LinearAlgebra.hermitian(q, :L)
105
end
0 commit comments