Skip to content

Commit a211dad

Browse files
committed
allow legacy matrix representation
1 parent 536b97e commit a211dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

control/stochsys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ def _estim_output(t, x, u, params):
455455
# Define the estimator system
456456
return NonlinearIOSystem(
457457
_estim_update, _estim_output, states=state_labels + covariance_labels,
458-
inputs=sensor_labels + sys.input_labels,
459-
outputs=output_labels, dt=sys.dt)
458+
inputs=sensor_labels + sys.input_labels, outputs=output_labels,
459+
dt=sys.dt)
460460

461461

462462
def white_noise(T, Q, dt=0):

0 commit comments

Comments
 (0)