Skip to content

Commit ba33c21

Browse files
committed
Remove ineffective testFeedback2 in frd_test.py
The test had no assertions, but have been intended to test MIMO feedback; for this see testMIMOfb in same file.
1 parent 7fe9d4e commit ba33c21

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

control/tests/frd_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ def testFeedback(self, frd_fcn):
180180
f1.feedback().frequency_response(chkpts)[0],
181181
h1.feedback().frequency_response(chkpts)[0])
182182

183-
def testFeedback2(self):
184-
h2 = StateSpace([[-1.0, 0], [0, -2.0]], [[0.4], [0.1]],
185-
[[1.0, 0], [0, 1]], [[0.0], [0.0]])
186-
# h2.feedback([[0.3, 0.2], [0.1, 0.1]])
187-
188183
def testAppendSiso(self):
189184
# Create frequency responses
190185
d1 = np.array([1 + 2j, 1 - 2j, 1 + 4j, 1 - 4j, 1 + 6j, 1 - 6j])

0 commit comments

Comments
 (0)