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 6222b08 commit e66a012Copy full SHA for e66a012
test/simplemisc.jl
@@ -23,6 +23,6 @@ end
23
@show @__LINE__
24
A = zeros(Complex{Float64}, 10, 10);
25
issue407!(A)
26
- @test real.(A) == Diagonal(1:10)
+ @test real.(A) == LinearAlgebra.Diagonal(1:10)
27
@test all(iszero, imag.(A))
28
end
0 commit comments