Skip to content

Commit

Permalink
approx not defined for UniformScalings on 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer committed Jul 19, 2017
1 parent 8c5dc0d commit 4bba378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ end
# PR 22633
for T in (Float64, Complex64, BigFloat, Int)
λ = T(4)
@test chol*I) λ*I
@test chol*I).λ λ
@test_throws Union{ArgumentError,LinAlg.PosDefException} chol(-λ*I)
end

Expand Down

1 comment on commit 4bba378

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guess you could add this to Compat as well as a separate matter, if you need it

Please sign in to comment.