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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy