8000 remove duplicate is_static_gain · python-control/python-control@8b82850 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b82850

Browse files
committed
remove duplicate is_static_gain
1 parent 404b23c commit 8b82850

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

control/statesp.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -970,11 +970,6 @@ def is_static_gain(self):
970970
return not np.any(self.A) and not np.any(self.B)
971971

972972

973-
def is_static_gain(self):
974-
"""True if and only if the system has no dynamics, that is,
975-
if A and B are zero. """
976-
return not np.any(self.A) and not np.any(self.B)
977-
978973
# TODO: add discrete time check
979974
def _convertToStateSpace(sys, **kw):
980975
"""Convert a system to state space form (if needed).

0 commit comments

Comments
 (0)
0