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 465cfad commit b13ade4Copy full SHA for b13ade4
control/tests/statefbk_test.py
@@ -105,7 +105,7 @@ def testObsvNdim1(self):
105
np.testing.assert_array_almost_equal(Wo, Wotrue)
106
107
def testObsvRejectMismatch(self):
108
- # gh-1097: check A, B for compatible shapes
+ # gh-1097: check A, C for compatible shapes
109
with pytest.raises(ControlDimension, match='A must be a square matrix'):
110
obsv([[1,2]],[1])
111
with pytest.raises(ControlDimension, match='Incompatible dimensions of C matrix'):
0 commit comments