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 7382644 commit 2794260Copy full SHA for 2794260
control/statesp.py
@@ -146,7 +146,7 @@ def __init__(self, *args):
146
if self.states != B.shape[0]:
147
raise ValueError("A and B must have the same number of rows.")
148
if self.states != C.shape[1]:
149
- raise ValueError("A and C C must have the same number of columns.")
+ raise ValueError("A and C must have the same number of columns.")
150
if self.inputs != B.shape[1]:
151
raise ValueError("B and D must have the same number of columns.")
152
if self.outputs != C.shape[0]:
0 commit comments