Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 26, 2024
1 parent 1d38958 commit e9ed9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backend/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function test_adbackend(package::Symbol)
names = OptimizationProblems.meta[!, :name]
for pb in names
@info pb
nlp = eval(Meta.parse(pb))(backend=package)
nlp = OptimizationProblems.ADNLPProblems.eval(Meta.parse(pb))(backend=package)
grad(nlp, get_x0(nlp))
end
end

0 comments on commit e9ed9f9

Please sign in to comment.