Skip to content

Commit

Permalink
isapprox not isequal
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Zgubic committed Mar 9, 2022
1 parent bd411ad commit dd13d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ using Test
@test F isa SVD
@test BD F.U * Diagonal(F.S) * F.Vt

@test F == F_
@test F F_
for fname in fieldnames(SVD)
@test getfield(F, fname) getfield(F_, fname)
end
Expand Down

0 comments on commit dd13d82

Please sign in to comment.