Skip to content

Commit 334dbd8

Browse files
committed
test: remove old deprecated test
1 parent a6ff2e0 commit 334dbd8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/2_test_state_estim.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,11 +1040,6 @@ end
10401040
@test [0, 0] atol=1e-3
10411041
@test isa(x̂, Vector{Float32})
10421042

1043-
mhe4 = setconstraint!(MovingHorizonEstimator(nonlinmodel, He=1, nint_ym=0), v̂max=[50,50])
1044-
g_V̂max_end = mhe4.optim[:g_V̂max_2].func
1045-
# execute update_predictions! branch in `gfunc_i` for coverage:
1046-
@test_nowarn g_V̂max_end(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) 0.0
1047-
10481043
= diagm([1/4, 1/4, 1/4, 1/4].^2)
10491044
= diagm([1, 1].^2)
10501045
optim = Model(Ipopt.Optimizer)

0 commit comments

Comments
 (0)