Skip to content

Commit fe68b7b

Browse files
committed
test: debug test
1 parent eea27a0 commit fe68b7b

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
@@ -841,7 +841,7 @@ end
841841
info = getinfo(nmpc8)
842842
@test info[:u] u
843843
@test info[:Ŷ][end] 10 atol=5e-2
844-
transcription = MultipleShooting(f_threads=true, h_treads=true)
844+
transcription = MultipleShooting(f_threads=true, h_threads=true)
845845
nmpc8t = NonLinMPC(nonlinmodel; Nwt=[0], Hp=100, Hc=1, transcription)
846846
preparestate!(nmpc8t, [0], [0])
847847
u = moveinput!(nmpc8t, [10], [0])

0 commit comments

Comments
 (0)