Skip to content

Commit a3ab09c

Browse files
committed
wip: idem
1 parent 3a30eb5 commit a3ab09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/estimator/mhe/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ function initpred!(estim::MovingHorizonEstimator, model::LinModel)
455455
H̃_data .= Ñ_Nk
456456
mul!(H̃_data, ẼZ̃', M_Nk_ẼZ̃, 1, 1)
457457
lmul!(2, H̃_data)
458-
@show estim.
458+
display(estim.)
459459
display(estim.H̃)
460460
JuMP.set_objective_function(optim, obj_quadprog(Z̃var, H̃, q̃))
461461
return nothing

0 commit comments

Comments
 (0)