symmetry assertion is not necessary

This commit is contained in:
kalmar 2017-06-05 17:25:00 +02:00
parent 936c285155
commit 3420aa5504
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ function check_distance_to_positive_cone(Δ::GroupRingElem, λ, P;
isapprox(eigvals(P), abs(eigvals(P)), atol=tol) ||
warn("The solution matrix doesn't seem to be positive definite!")
@assert P == Symmetric(P)
# @assert P == Symmetric(P)
Q = real(sqrtm(P))
info(logger, "------------------------------------------------------------")