Skip to content

Commit d6f054c

Browse files
MaxenceGollierdpo
authored andcommitted
fix test
1 parent 7d2f1d9 commit d6f054c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_AL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ problem_list = [:hs8]
44
@testset "Augmented Lagrangian" begin
55
for problem in problem_list
66
nlp = eval(problem)(backend = :optimized)
7-
for h in (NormL1(1.0))
7+
for h in (NormL1(1.0),)
88
stats = AL(nlp, h, atol = 1e-3, verbose = 1)
99
@test stats.status == :first_order
1010
@test stats.primal_feas <= 1e-2

0 commit comments

Comments
 (0)