Skip to content

Commit 47dd36f

Browse files
committed
Merge pull request #5976 from JuliaLang/anj/eigtest
Comment out test for balancing. Failing with LAPACK 3.5, because balancing has been improved.
2 parents ba9c4f0 + 913dd82 commit 47dd36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg2.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ for elty in (Float32, Float64, Complex64, Complex128)
520520
F = eigfact(A,permute=false,scale=false)
521521
@test_approx_eq F[:vectors]*Diagonal(F[:values])/F[:vectors] A
522522
F = eigfact(A)
523-
@test norm(F[:vectors]*Diagonal(F[:values])/F[:vectors] - A) > 0.01
523+
# @test norm(F[:vectors]*Diagonal(F[:values])/F[:vectors] - A) > 0.01
524524
end
525525

526526
# Tests norms

0 commit comments

Comments
 (0)