Skip to content

Commit 38436a5

Browse files
committed
test : idem
1 parent d97d30c commit 38436a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/3_test_predictive_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ end
733733
nmpc19 = NonLinMPC(nonlinmodel, Hc=1, Hp=10, Cwt=Inf,
734734
hessian=SecondOrder(AutoForwardDiff(), AutoForwardDiff())
735735
)
736-
@test nmpc19.hessian == SecondOrder(AutoForwardDiff(), AutoForardDiff())
736+
@test nmpc19.hessian == SecondOrder(AutoForwardDiff(), AutoForwardDiff())
737737
@test_nowarn repr(nmpc19) # printing SecondOrder backends, for coverage
738738

739739
nonlinmodel2 = NonLinModel{Float32}(f, h, Ts, 2, 4, 2, 1, solver=nothing)

0 commit comments

Comments
 (0)