adding try catch
This commit is contained in:
parent
86dc8e0400
commit
90b20d3b68
|
@ -13,8 +13,8 @@ include("../src/Regions_De_Confiance.jl")
|
|||
TestOptinum.cacher_stacktrace()
|
||||
|
||||
# Tester l'algorithme de Newton
|
||||
try
|
||||
res = @testset "Test Optinum" begin
|
||||
|
||||
# Tester l'algorithme de Newton
|
||||
TestOptinum.tester_Algo_Newton(false,Algorithme_De_Newton)
|
||||
|
||||
|
@ -29,5 +29,6 @@ res = @testset "Test Optinum" begin
|
|||
|
||||
# Tester l'algorithme du Lagrangien Augmenté
|
||||
TestOptinum.tester_Lagrangien_Augmente(false,Lagrangien_Augmente)
|
||||
|
||||
end
|
||||
catch
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue