Skip to content

Commit d59e57a

Browse files
committed
removed a brittle unit test dependency that is already tested elsewhere
1 parent 7a9bcd4 commit d59e57a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

control/tests/xferfcn_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ def test_minreal_3(self):
659659
g = TransferFunction([1,1],[1,1]).minreal()
660660
np.testing.assert_array_almost_equal(1.0, g.num[0][0])
661661
np.testing.assert_array_almost_equal(1.0, g.den[0][0])
662-
np.testing.assert_equal(0, g.dt)
663662

664663
def test_minreal_4(self):
665664
"""Check minreal on discrete TFs."""

0 commit comments

Comments
 (0)