We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2f1d9 commit d6f054cCopy full SHA for d6f054c
test/test_AL.jl
@@ -4,7 +4,7 @@ problem_list = [:hs8]
4
@testset "Augmented Lagrangian" begin
5
for problem in problem_list
6
nlp = eval(problem)(backend = :optimized)
7
- for h in (NormL1(1.0))
+ for h in (NormL1(1.0),)
8
stats = AL(nlp, h, atol = 1e-3, verbose = 1)
9
@test stats.status == :first_order
10
@test stats.primal_feas <= 1e-2
0 commit comments