Skip to content

Commit 6869e92

Browse files
Update test/optimizationsystem.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c9bb99 commit 6869e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/optimizationsystem.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ end
298298
loss = (a - x)^2 + b * (y - x^2)^2
299299
@named sys = OptimizationSystem(loss, [x, y], [a, b], constraints = [x^2 + y^2 0.0])
300300
sys = complete(sys)
301-
OptimizationProblem(sys,
301+
OptimizationProblem(sys,
302302
[x => 0.0, y => 0.0],
303303
[a => 1.0, b => 100.0],
304304
lcons = [0.0])

0 commit comments

Comments
 (0)