From 67382153b1ffc44034cceeb439b86a8df557b0c1 Mon Sep 17 00:00:00 2001 From: Rory Yorke Date: Wed, 10 Aug 2016 20:40:32 +0200 Subject: [PATCH] UnSkipTest: these tests pass on Python 2.7, 3.3, 3.4, and 3.5. --- control/tests/xferfcn_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/control/tests/xferfcn_test.py b/control/tests/xferfcn_test.py index fb8ae7c5b..e2879357a 100644 --- a/control/tests/xferfcn_test.py +++ b/control/tests/xferfcn_test.py @@ -95,7 +95,6 @@ def testTruncateCoeff2(self): # Tests for TransferFunction.__neg__ - @unittest.skip("skipping, known issue with Python 3") def testNegScalar(self): """Negate a direct feedthrough system.""" @@ -367,7 +366,6 @@ def testFreqRespSISO(self): np.testing.assert_array_almost_equal(phase, truephase) np.testing.assert_array_almost_equal(omega, trueomega) - @unittest.skip("skipping, known issue with Python 3") def testFreqRespMIMO(self): """Evaluate the magnitude and phase of a MIMO system at multiple frequencies."""