Skip to content

Commit 69afb82

Browse files
committed
Remove unused steady-state output variable
1 parent 2156adf commit 69afb82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

control/tests/optimal_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def test_mpc_iosystem_aircraft():
186186
# compute the steady state values for a particular value of the input
187187
ud = np.array([0.8, -0.3])
188188
xd = np.linalg.inv(np.eye(5) - A) @ B @ ud
189-
yd = C @ xd
190189

191190
# provide constraints on the system signals
192191
constraints = [opt.input_range_constraint(sys, [-5, -6], [5, 6])]

0 commit comments

Comments
 (0)