Skip to content

Commit

Permalink
Intermediate test relaxation (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Jul 12, 2023
1 parent b4d4498 commit b4b0e72
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 @@ -138,7 +138,7 @@ end
ACa = sparse(trop(AC)) # copied and adjoint
@test AT \ B AC \ B
@test ATa \ B ACa \ B
@test ATa \ sparse(B) == ATa \ B
@test ATa \ sparse(B) ATa \ B
@test Matrix(ATa) \ B ATa \ B
@test ATa * ( ATa \ B ) B
end
Expand Down

0 comments on commit b4b0e72

Please sign in to comment.