Skip to content

Commit

Permalink
Update optimize.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod committed Oct 29, 2024
1 parent e077c78 commit 269039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/general/optimize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
end


@test "nm trace" begin
@testset "nm trace" begin
# https://github.com/JuliaNLSolvers/Optim.jl/issues/1112
f(x) = (x[1]^2 + x[2] - 11)^2 + (x[1] + x[2]^2 - 7)^2

Expand Down

0 comments on commit 269039a

Please sign in to comment.