Skip to content

Commit 17fd2f7

Browse files
committed
test: check op pts only beginning of windows
1 parent 5e3a996 commit 17fd2f7

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
@@ -1394,8 +1394,8 @@ end
13941394
@test mhe. [0.2]
13951395
@test evaloutput(mhe) [55.0]
13961396
@test mhe.lastu0 [2.0 - 3.0]
1397-
@test mhe.U0 repeat([2.0 - 3.0], He)
1398-
@test mhe.Y0m repeat([50.0 - 55.0], He)
1397+
@test mhe.U0[1] 2.0 - 3.0
1398+
@test mhe.Y0m[1] 50.0 - 55.0
13991399
= preparestate!(mhe, [55.0])
14001400
@test [3.0]
14011401
newlinmodel = setop!(newlinmodel, uop=[3.0], yop=[55.0], xop=[8.0], fop=[8.0])

0 commit comments

Comments
 (0)