mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
Merge branch 'enh/aug_correction'
This commit is contained in:
commit
830ef95181
@ -148,8 +148,7 @@ function check_distance_to_positive_cone(Δ::GroupRingElem, λ, Q, wlen;
|
||||
end
|
||||
|
||||
info(logger, "")
|
||||
info(logger, "Projecting columns of the rationalized Q to the augmentation ideal...")
|
||||
Q_ℚω_int = rationalize_and_project(Q, max(tol, 1e-12), logger)
|
||||
Q_ℚω_int = rationalize_and_project(Q, tol, logger)
|
||||
λ_ℚ = ℚ(λ, tol)
|
||||
Δ_ℚ = ℚ(Δ, tol)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user