Skip to content

Commit

Permalink
Update test/optimizationsystem.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ChrisRackauckas and github-actions[bot] authored Jul 31, 2024
1 parent 0c9bb99 commit 6869e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/optimizationsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ end
loss = (a - x)^2 + b * (y - x^2)^2
@named sys = OptimizationSystem(loss, [x, y], [a, b], constraints = [x^2 + y^2 0.0])
sys = complete(sys)
OptimizationProblem(sys,
OptimizationProblem(sys,
[x => 0.0, y => 0.0],
[a => 1.0, b => 100.0],
lcons = [0.0])
Expand Down

0 comments on commit 6869e92

Please sign in to comment.