Skip to content

Commit

Permalink
Remove the B. Fixes #13902
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Nov 6, 2015
1 parent 94f31d1 commit fca750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linalg/dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ for elty in (Float64, Complex{Float64})
1/5 1/6 1/7 1/8])
@test_approx_eq expm(logm(A4)) A4

A5 = convert(Matrix{elty}, [1 1 0 1; 0 1 1 0; 0 0 1 1; 1 0 0 1]); println("B")
A5 = convert(Matrix{elty}, [1 1 0 1; 0 1 1 0; 0 0 1 1; 1 0 0 1])
@test_approx_eq expm(logm(A5)) A5

A6 = convert(Matrix{elty}, [-5 2 0 0 ; 1/2 -7 3 0; 0 1/3 -9 4; 0 0 1/4 -11])
Expand Down

0 comments on commit fca750e

Please sign in to comment.