File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments