Skip to content

Commit 45638a0

Browse files
Update control/statesp.py
Co-Authored-By: hungpham2511 <hungpham2511@gmail.com>
1 parent e1ab130 commit 45638a0

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
@@ -638,7 +638,7 @@ def lft(self, other, nu=-1, ny=-1):
638638
timebaseEqual(self, other):
639639
dt = self.dt # use dt from first argument
640640
else:
641-
raise ValueError("Systems have different sampling times")
641+
raise ValueError("Systems have different time bases")
642642

643643
# submatrices
644644
A = self.A

0 commit comments

Comments
 (0)