Skip to content

Commit b403fa4

Browse files
committed
test: remove useless print
1 parent 407411d commit b403fa4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/3_test_predictive_control.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,6 @@ end
15421542
nmpc_wr = setconstraint!(nmpc_wr, wmax=[145])
15431543
preparestate!(nmpc_wr, [50], [30])
15441544
u = moveinput!(nmpc_wr, [100], [30])
1545-
@show getinfo(nmpc_wr)[:U]
15461545
@test all(isapprox.(getinfo(nmpc_wr)[:U], 145-100; atol=1e-1))
15471546

15481547
end

0 commit comments

Comments
 (0)