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

Merge branch 'enh/aug_correction'

This commit is contained in:
kalmarek 2017-08-27 19:11:11 +02:00
commit 830ef95181

View File

@ -148,8 +148,7 @@ function check_distance_to_positive_cone(Δ::GroupRingElem, λ, Q, wlen;
end end
info(logger, "") info(logger, "")
info(logger, "Projecting columns of the rationalized Q to the augmentation ideal...") Q_ω_int = rationalize_and_project(Q, tol, logger)
Q_ω_int = rationalize_and_project(Q, max(tol, 1e-12), logger)
λ_ = (λ, tol) λ_ = (λ, tol)
Δ_ = (Δ, tol) Δ_ = (Δ, tol)