1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-08-08 07:53:52 +02:00

increase the default precision in check_distance_to_positive_cone

This commit is contained in:
kalmar 2017-07-05 13:03:25 +02:00
parent dad6576365
commit f3874828e7

View File

@ -111,7 +111,7 @@ function distance_to_cone(λ, sqrt_matrix::AbstractArray, Δ::GroupRingElem, wle
end
function check_distance_to_positive_cone(Δ::GroupRingElem, λ, Q, wlen;
tol=1e-7, rational=false)
tol=1e-14, rational=false)
info(logger, "------------------------------------------------------------")
info(logger, "")