We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0528fd commit 6738215Copy full SHA for 6738215
control/tests/xferfcn_test.py
@@ -95,7 +95,6 @@ def testTruncateCoeff2(self):
95
96
# Tests for TransferFunction.__neg__
97
98
- @unittest.skip("skipping, known issue with Python 3")
99
def testNegScalar(self):
100
"""Negate a direct feedthrough system."""
101
@@ -367,7 +366,6 @@ def testFreqRespSISO(self):
367
366
np.testing.assert_array_almost_equal(phase, truephase)
368
np.testing.assert_array_almost_equal(omega, trueomega)
369
370
371
def testFreqRespMIMO(self):
372
"""Evaluate the magnitude and phase of a MIMO system at multiple
373
frequencies."""
0 commit comments