Skip to content

Commit 47509b6

Browse files
committed
test JuMP model
1 parent b2833b5 commit 47509b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848
error("Problem $(prob) is not defined in $mod on pid $(myid()).")
4949
end
5050
ctor = getfield(mod, prob)
51-
return MathOptNLPModel(ctor(; kwargs...))
51+
return MathOptNLPModel(ctor(;kwargs...); name = "$prob")
5252
end
5353

5454
@everywhere function make_ad_nlp(prob::Symbol; kwargs...)
@@ -105,7 +105,7 @@ include("test-in-place-residual.jl")
105105
end
106106
end
107107

108-
pmap(test_one_problem, list_problems_ADNLPProblems)
108+
pmap(test_one_problem, list_problems)
109109

110110
include("test-scalable.jl")
111111

0 commit comments

Comments
 (0)