Skip to content

Commit c2f36f4

Browse files
committed
Fix testing typo.
1 parent fd19250 commit c2f36f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/tests/matlab_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def testFreqresp(self):
319319

320320
def testEvalfr(self):
321321
w = 1j
322-
np.testing..assert_almost_equal(evalfr(self.siso_ss1, w), 44.8-21.4j)
322+
np.testing.assert_almost_equal(evalfr(self.siso_ss1, w), 44.8-21.4j)
323323
evalfr(self.siso_ss2, w)
324324
evalfr(self.siso_ss3, w)
325325
evalfr(self.siso_tf1, w)

0 commit comments

Comments
 (0)