update runtests.jl
This commit is contained in:
parent
caa5369298
commit
da24743dd0
|
@ -10,7 +10,7 @@ include("../src/Lagrangien_Augmente.jl")
|
|||
include("../src/Pas_De_Cauchy.jl")
|
||||
include("../src/Regions_De_Confiance.jl")
|
||||
|
||||
Test_Optinum.effacer_stacktrace()
|
||||
Test_Optinum.stacktrace()
|
||||
|
||||
# Tester l'algorithme de Newton
|
||||
try
|
||||
|
@ -45,4 +45,4 @@ try
|
|||
Test_Optinum.tester_Lagrangien_Augmente(false,Lagrangien_Augmente)
|
||||
catch e
|
||||
printstyled("$e \n",bold=true,color=:red)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue