Skip to content

Commit 8ea2a06

Browse files
committed
bench: debug bench
1 parent 35b7f03 commit 8ea2a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/3_bench_predictive_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ optim = JuMP.Model(optimizer_with_attributes(Ipopt.Optimizer,"sb"=>"yes"), add_b
294294
transcription, hessian = MultipleShooting(), true
295295
nmpc_ipopt_ms_hess = NonLinMPC(estim; Hp, Hc, Mwt, Nwt, Cwt, optim, transcription, hessian)
296296
nmpc_ipopt_ms_hess = setconstraint!(nmpc_ipopt_ms_hess; umin, umax)
297-
JuMP.unset_time_limit_sec(nmpc_nmpc_ipopt_ms_hess.optim)
297+
JuMP.unset_time_limit_sec(nmpc_ipopt_ms_hess.optim)
298298

299299
optim = JuMP.Model(optimizer_with_attributes(Ipopt.Optimizer,"sb"=>"yes"), add_bridges=false)
300300
transcription = MultipleShooting(f_threads=true)

0 commit comments

Comments
 (0)