We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e4c56 commit 5e3a996Copy full SHA for 5e3a996
1 file changed
test/2_test_state_estim.jl
@@ -1402,7 +1402,7 @@ end
1402
setmodel!(mhe, newlinmodel)
1403
@test mhe.x̂0 ≈ [3.0 - 8.0]
1404
@test mhe.Z̃[1] ≈ 3.0 - 8.0
1405
- @test mhe.X̂0_old ≈ repeat([3.0 - 8.0], He)
+ @test mhe.X̂0_old[1] ≈ 3.0 - 8.0
1406
@test mhe.x̂0arr_old ≈ [3.0 - 8.0]
1407
@test mhe.con.X̂0min ≈ repeat([-1000 - 8.0], He)
1408
@test mhe.con.X̂0max ≈ repeat([+1000 - 8.0], He)
0 commit comments