Skip to content

Commit af8d72c

Browse files
committed
set shallow flag to true
1 parent adddad7 commit af8d72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/certification.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ function CertificationCache(F::AbstractSystem)
621621
)
622622
end
623623

624-
Base.setprecision(M::AcbRefMatrix, p::Int) = AcbRefMatrix(M.acb_mat; prec = p)
624+
Base.setprecision(M::AcbRefMatrix, p::Int) = AcbRefMatrix(M.acb_mat; shallow = true, prec = p)
625625
function set_arb_precision!(cache::CertificationCache, p::Int)
626626
cache.arb_prec == p && return cache
627627
cache.arb_prec = p

0 commit comments

Comments
 (0)