Skip to content

Commit 5e3a996

Browse files
committed
test: debug
1 parent c9e4c56 commit 5e3a996

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
@@ -1402,7 +1402,7 @@ end
14021402
setmodel!(mhe, newlinmodel)
14031403
@test mhe.x̂0 [3.0 - 8.0]
14041404
@test mhe.Z̃[1] 3.0 - 8.0
1405-
@test mhe.X̂0_old repeat([3.0 - 8.0], He)
1405+
@test mhe.X̂0_old[1] 3.0 - 8.0
14061406
@test mhe.x̂0arr_old [3.0 - 8.0]
14071407
@test mhe.con.X̂0min repeat([-1000 - 8.0], He)
14081408
@test mhe.con.X̂0max repeat([+1000 - 8.0], He)

0 commit comments

Comments
 (0)