mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
limit the accuracy of rationalization to sensible value
to avoid running out of memory!
This commit is contained in:
parent
8f88035bb7
commit
94074750cf
@ -147,7 +147,7 @@ function check_distance_to_positive_cone(Δ::GroupRingElem, λ, Q, wlen;
|
||||
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user