log time of projecting A onto augmentation ideal

This commit is contained in:
kalmar 2017-03-31 15:21:45 +02:00
parent 9b07430b5e
commit a180025dc0
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,8 @@ function check_distance_to_positive_cone(Δ::GroupAlgebraElement, κ, A;
info(logger, "Projecting columns of rationalized A_sqrt to the augmentation ideal...")
δ = eps(κ)
A_sqrt_ = (A_sqrt, δ)
A_sqrt__aug = correct_to_augmentation_ideal(A_sqrt_)
t = @timed A_sqrt__aug = correct_to_augmentation_ideal(A_sqrt_)
info(logger, timed_msg(t))
κ_ = (κ, δ)
Δ_ = (Δ, δ)