Skip to content

Commit c78e191

Browse files
committed
debug : julia 1.6
1 parent 321e3ce commit c78e191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state_estim.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function init_estimstoch(
9494
nu, ny, nym = model.nu, model.ny, length(i_ym)
9595
As_u , Cs_u , nint_u = init_integrators(nint_u , nu , "u")
9696
As_ym, Cs_ym, nint_ym = init_integrators(nint_ym, nym, "ym")
97-
As_y, _ , Cs_y = stoch_ym2y(model, i_ym, As_ym, NT[;;], Cs_ym, NT[;;])
97+
As_y, _ , Cs_y = stoch_ym2y(model, i_ym, As_ym, zeros(NT, 0, 0), Cs_ym, zeros(NT, 0, 0))
9898
nxs_u, nxs_y = size(As_u, 1), size(As_y, 1)
9999
# combines input and output stochastic models:
100100
As = [As_u zeros(NT, nxs_u, nxs_y); zeros(NT, nxs_y, nxs_u) As_y]

0 commit comments

Comments
 (0)