We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbbaa8 commit c9e4c56Copy full SHA for c9e4c56
1 file changed
src/estimator/mhe/execute.jl
@@ -2,6 +2,7 @@
2
function init_estimate_cov!(estim::MovingHorizonEstimator, y0m, d0, u0)
3
model = estim.model
4
nu, ny, nd = model.nu, model.ny, model.nd
5
+ uop, yop, dop = model.uop, model.yop, model.dop
6
estim.Z̃ .= 0
7
estim.Y0m .= NaN
8
estim.Yem .= NaN
0 commit comments