mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 06:10:28 +01:00
increase the default precision in check_distance_to_positive_cone
This commit is contained in:
parent
dad6576365
commit
f3874828e7
@ -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, "")
|
||||
|
Loading…
Reference in New Issue
Block a user