Skip to content

Commit 56ab096

Browse files
authored
Merge pull request #639 from JuliaHomotopyContinuation/max_precision-bug
add max_precision flag to certify
2 parents 07b6ab2 + a6b91af commit 56ab096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/certification.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,7 @@ function certify(
13971397
p::Union{Nothing,AbstractArray} = nothing,
13981398
cache::CertificationCache = CertificationCache(F);
13991399
target_parameters = nothing,
1400+
max_precision::Int = 256,
14001401
kwargs...,
14011402
)
14021403
cert_params =
@@ -1410,6 +1411,7 @@ function certify(
14101411
p::Union{Nothing,AbstractArray} = nothing,
14111412
cache::CertificationCache = CertificationCache(F);
14121413
target_parameters = nothing,
1414+
max_precision::Int = 256,
14131415
kwargs...,
14141416
)
14151417
cert_params =
@@ -1423,6 +1425,7 @@ function certify(
14231425
p::Union{Nothing,AbstractArray} = nothing,
14241426
cache::CertificationCache = CertificationCache(F);
14251427
target_parameters = nothing,
1428+
max_precision::Int = 256,
14261429
kwargs...,
14271430
)
14281431
cert_params =

0 commit comments

Comments
 (0)