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 de3f89e commit 04979a4Copy full SHA for 04979a4
test/runtests.jl
@@ -49,7 +49,7 @@ include("test_utils.jl")
49
nls_prob = eval(Meta.parse("ADNLPProblems.$(prob)(use_nls = true)"))
50
if (typeof(nls_prob) <: ADNLPModels.ADNLSModel) # if the nls_flag is not supported we ignore the prob
51
test_in_place_residual(prob, nls_prob)
52
- end
+ end
53
end
54
55
@testset "Test problems compatibility for $prob" begin
0 commit comments