Skip to content

Commit 08b7d9b

Browse files
committed
test: improve coverage
1 parent 0c979c9 commit 08b7d9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/2_test_state_estim.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,8 +1395,8 @@ end
13951395
return nothing
13961396
end
13971397
nx̂ = linmodel2.nx
1398-
nc = 2
1399-
mhe = MovingHorizonEstimator(linmodel2, He=1, gc=gclv!, nc=nc, nint_ym=0, p=nx̂)
1398+
nc = 6
1399+
mhe = MovingHorizonEstimator(linmodel2, He=5, gc=gclv!, nc=nc, nint_ym=0, p=nx̂)
14001400
preparestate!(mhe, [50, 30], [5])
14011401
= updatestate!(mhe, [10, 50], [50, 30], [5])
14021402
@test x̂[1] 0.5 atol = 5e-2

0 commit comments

Comments
 (0)