Skip to content

Commit 9699028

Browse files
Update test/optimizationsystem.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 1ad84a7 commit 9699028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/optimizationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ end
284284
@test sol1.u sol2.u
285285
end
286286

287-
@testset "#2323 keep symbolic exressions and xor condition on constraint bounds" begin
287+
@testset "#2323 keep symbolic expressions and xor condition on constraint bounds" begin
288288
@variables x y
289289
@parameters a b
290290
loss = (a - x)^2 + b * (y - x^2)^2

0 commit comments

Comments
 (0)