Skip to content

Commit 2f3ca18

Browse files
authored
Merge pull request #710 from murrayrm/lti_iosys
I/O system enhancements
2 parents 4ef15c4 + 316945d commit 2f3ca18

16 files changed

+1060
-373
lines changed

control/frdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def __init__(self, *args, **kwargs):
204204
w=1.0/(absolute(self.fresp[i, j, :]) + 0.001), s=0.0)
205205
else:
206206
self.ifunc = None
207-
LTI.__init__(self, self.fresp.shape[1], self.fresp.shape[0])
207+
super().__init__(self.fresp.shape[1], self.fresp.shape[0])
208208

209209
def __str__(self):
210210
"""String representation of the transfer function."""

0 commit comments

Comments
 (0)