We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2156adf commit 69afb82Copy full SHA for 69afb82
1 file changed
control/tests/optimal_test.py
@@ -186,7 +186,6 @@ def test_mpc_iosystem_aircraft():
186
# compute the steady state values for a particular value of the input
187
ud = np.array([0.8, -0.3])
188
xd = np.linalg.inv(np.eye(5) - A) @ B @ ud
189
- yd = C @ xd
190
191
# provide constraints on the system signals
192
constraints = [opt.input_range_constraint(sys, [-5, -6], [5, 6])]
0 commit comments