Skip to content

Commit 8f36848

Browse files
authored
Update control/statesp.py
1 parent a9a846b commit 8f36848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/statesp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def horner(self, x, warn_infinite=True):
909909
self.C,
910910
solve(x_idx * eye(self.nstates) - self.A, self.B)) \
911911
+ self.D
912-
except LinAlgError as e:
912+
except LinAlgError:
913913
# Issue a warning messsage, for consistency with xferfcn
914914
if warn_infinite:
915915
warn("singular matrix in frequency response",

0 commit comments

Comments
 (0)