Skip to content

Commit f62d591

Browse files
committed
debug: precompile file
1 parent 8b58f36 commit f62d591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ R̂y = repeat([55; 30], 10)
7474
nmpc_skf.estim()
7575
nmpc_skf([55, 30])
7676

77-
sim!(model, 2)
77+
res = sim!(model, 2)
7878
res_man = SimResult(model, res.U_data, res.Y_data; X_data=res.X_data)
7979

8080
exmpc = ExplicitMPC(model)

0 commit comments

Comments
 (0)