Skip to content

Commit

Permalink
Merge 0795b12 into 849b7bd
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Jul 30, 2022
2 parents 849b7bd + 0795b12 commit 8bd040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -159,7 +159,7 @@ end
@testset "QR" begin
@nice A = [4 2;0 3//5;0 -4//5;0 0]
Q, R = qr(A)
@test Q == @nice [-1 0 0 0;0 -3/5 4/5 0;0 4/5 3/5 0;0 0 0 1]
@test Q * I == @nice [-1 0 0 0;0 -3/5 4/5 0;0 4/5 3/5 0;0 0 0 1]
@test R == @nice [-4 -2;0 -1]
end
end
Expand Down

0 comments on commit 8bd040d

Please sign in to comment.