We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cc35a commit 371a150Copy full SHA for 371a150
src/controller/execute.jl
@@ -533,7 +533,7 @@ function optim_objective!(mpc::PredictiveController{NT}) where {NT<:Real}
533
end
534
@debug(
535
"calling getinfo (use logger with show_limited=false if values are truncated)",
536
- getinfo(estim)
+ getinfo(mpc)
537
)
538
539
if iserror(optim)
0 commit comments