remove try catch in runtests.jl
This commit is contained in:
parent
24b8a826f7
commit
3a9226ca72
|
@ -13,8 +13,8 @@ include("../src/Regions_De_Confiance.jl")
|
|||
TestOptinum.cacher_stacktrace()
|
||||
|
||||
# Tester l'ensemble des algorithmes
|
||||
try
|
||||
res = @testset "Test Optinum" begin
|
||||
|
||||
@testset "Test SujetOptinum" begin
|
||||
# Tester l'algorithme de Newton
|
||||
TestOptinum.tester_Algo_Newton(false,Algorithme_De_Newton)
|
||||
|
||||
|
@ -29,6 +29,5 @@ try
|
|||
|
||||
# Tester l'algorithme du Lagrangien Augmenté
|
||||
TestOptinum.tester_Lagrangien_Augmente(false,Lagrangien_Augmente)
|
||||
end
|
||||
catch
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue