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

break after checking in floats return negatives (commented out)

This commit is contained in:
kalmar 2017-03-31 22:38:18 +02:00
parent 98cdeedc7a
commit 2b1bb7b765

View File

@ -126,6 +126,10 @@ function check_distance_to_positive_cone(Δ::GroupAlgebraElement, κ, A;
info(logger, "Floating point distance (to positive cone) ≈ $(@sprintf("%.10f", fp_distance))")
info(logger, "------------------------------------------------------------")
# if fp_distance ≤ 0
# return fpdistance
# end
info(logger, "Projecting columns of rationalized A_sqrt to the augmentation ideal...")
δ = eps(κ)
A_sqrt_ = (A_sqrt, δ)