We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700ff80 commit d31c9f4Copy full SHA for d31c9f4
1 file changed
control/tests/stochsys_test.py
@@ -199,6 +199,7 @@ def test_estimator_iosys_ctime(sys_args):
199
# Compute the system response and the optimal covariance
200
sys_resp = ct.input_output_response(nl_sys, timepts, U, X0)
201
_, Pf, _ = ct.lqe(sys, QN, RN)
202
+ Pf = np.array(Pf) # convert from matrix, if needed
203
204
# Make sure that we converge to the optimal estimate
205
estim_resp = ct.input_output_response(
0 commit comments