Skip to content

Commit c3c3d08

Browse files
remove ell_2 norm test
1 parent 229e314 commit c3c3d08

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), NormL2(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)