Skip to content

Commit 6738215

Browse files
committed
UnSkipTest: these tests pass on Python 2.7, 3.3, 3.4, and 3.5.
1 parent d0528fd commit 6738215

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

control/tests/xferfcn_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def testTruncateCoeff2(self):
9595

9696
# Tests for TransferFunction.__neg__
9797

98-
@unittest.skip("skipping, known issue with Python 3")
9998
def testNegScalar(self):
10099
"""Negate a direct feedthrough system."""
101100

@@ -367,7 +366,6 @@ def testFreqRespSISO(self):
367366
np.testing.assert_array_almost_equal(phase, truephase)
368367
np.testing.assert_array_almost_equal(omega, trueomega)
369368

370-
@unittest.skip("skipping, known issue with Python 3")
371369
def testFreqRespMIMO(self):
372370
"""Evaluate the magnitude and phase of a MIMO system at multiple
373371
frequencies."""

0 commit comments

Comments
 (0)