Skip to content

Commit d97d30c

Browse files
committed
test: debug test
1 parent 456eb6c commit d97d30c

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
@@ -731,7 +731,7 @@ end
731731
@test nmpc18.jacobian == AutoFiniteDiff()
732732
@test nmpc18.hessian == AutoFiniteDiff()
733733
nmpc19 = NonLinMPC(nonlinmodel, Hc=1, Hp=10, Cwt=Inf,
734-
hessian=SecondOrder(AutoForwardDiff(), AutoForardDiff())
734+
hessian=SecondOrder(AutoForwardDiff(), AutoForwardDiff())
735735
)
736736
@test nmpc19.hessian == SecondOrder(AutoForwardDiff(), AutoForardDiff())
737737
@test_nowarn repr(nmpc19) # printing SecondOrder backends, for coverage

0 commit comments

Comments
 (0)