Skip to content

Commit 66a39f6

Browse files
Update control/statesp.py
Co-Authored-By: hungpham2511 <hungpham2511@gmail.com>
1 parent dba98fa commit 66a39f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/statesp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def lft(self, other, nu=-1, ny=-1):
642642
timebaseEqual(self, other):
643643
dt = self.dt # use dt from first argument
644644
else:
645-
raise ValueError("Systems have different sampling times")
645+
raise ValueError("Systems have different time bases")
646646

647647
# submatrices
648648
A = self.A

0 commit comments

Comments
 (0)