Skip to content

Commit c9e4c56

Browse files
committed
debug: idem
1 parent abbbaa8 commit c9e4c56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/estimator/mhe/execute.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
function init_estimate_cov!(estim::MovingHorizonEstimator, y0m, d0, u0)
33
model = estim.model
44
nu, ny, nd = model.nu, model.ny, model.nd
5+
uop, yop, dop = model.uop, model.yop, model.dop
56
estim.Z̃ .= 0
67
estim.Y0m .= NaN
78
estim.Yem .= NaN

0 commit comments

Comments
 (0)