Skip to content

Commit 7643ccf

Browse files
Update lib/OptimizationOptimJL/src/OptimizationOptimJL.jl
1 parent 7c778ae commit 7643ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationOptimJL/src/OptimizationOptimJL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ function SciMLBase.__solve(cache::OptimizationCache{
432432
end
433433
else
434434
if cache.f.cons !== nothing
435-
Optim.OnceDifferentiableConstraints(cache.f.cons, cache.f.cons_j
435+
Optim.OnceDifferentiableConstraints(cache.f.cons, cache.f.cons_j,
436436
lb, ub,
437437
cache.lcons, cache.ucons)
438438
else

0 commit comments

Comments
 (0)