Skip to content

Commit e924764

Browse files
jgoppertcwrowley
authored andcommitted
Fixed import for timebase in statesp.
Signed-off-by: Clancy Rowley <cwrowley@princeton.edu>
1 parent 799fb18 commit e924764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/statesp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
from scipy.signal import lti
8585
# from exceptions import Exception
8686
import warnings
87-
from control.lti import Lti, timebaseEqual, isdtime
87+
from control.lti import Lti, timebase, timebaseEqual, isdtime
8888

8989
class StateSpace(Lti):
9090
"""The StateSpace class represents state space instances and functions.

0 commit comments

Comments
 (0)