Skip to content

Commit 54b3bd5

Browse files
committed
test: ensure that windows are full
1 parent 2c68523 commit 54b3bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/2_test_state_estim.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ end
10121012
@test info[:x̂] x̂ atol=1e-9
10131013
@test info[:Ŷ][end-1:end] [50, 30] atol=1e-9
10141014
covestim = SteadyKalmanFilter(linmodel)
1015-
mhe3b = MovingHorizonEstimator(linmodel; He=5, σP_0=nothing, covestim)
1015+
mhe3b = MovingHorizonEstimator(linmodel; He=1, σP_0=nothing, covestim)
10161016
preparestate!(mhe3b, [50, 30], [5])
10171017
= updatestate!(mhe3b, [10, 50], [50, 30], [5])
10181018
@test zeros(6) atol=1e-9

0 commit comments

Comments
 (0)