We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7b640 commit 5d7b798Copy full SHA for 5d7b798
1 file changed
control/statesp.py
@@ -59,6 +59,8 @@
59
from scipy.signal import cont2discrete
60
from scipy.signal import StateSpace as signalStateSpace
61
from warnings import warn
62
+
63
+from .exception import ControlSlycot
64
from .frdata import FrequencyResponseData
65
from .lti import LTI, _process_frequency_response
66
from .namedio import common_timebase, isdtime
0 commit comments