We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eb00a commit e29ba64Copy full SHA for e29ba64
1 file changed
control/tests/modelsimp_test.py
@@ -123,6 +123,7 @@ def testMarkovSignature(self):
123
inp = np.array([1, 2])
124
outp = np.array([2, 4])
125
mrk = markov(outp, inp, 1, transpose=False)
126
+ np.testing.assert_almost_equal(mrk, 2.)
127
128
# Test mimo example
129
# Mechanical Vibrations: Theory and Application, SI Edition, 1st ed.
0 commit comments