Skip to content

Commit 94d9887

Browse files
committed
Fix test
1 parent 5ea3c7e commit 94d9887

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
@@ -53,4 +53,4 @@ _p = [1.0, 100.0]
5353

5454
f = OptimizationFunction(rosenbrock,ModelingToolkit.AutoModelingToolkit(),x0,_p,grad=true,hess=true)
5555
prob = OptimizationProblem(f,x0,_p)
56-
sol = solve(prob,Optim.Newton()
56+
sol = solve(prob,Optim.Newton())

0 commit comments

Comments
 (0)