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 57e3e4e commit b34f72eCopy full SHA for b34f72e
control/nlsys.py
@@ -25,10 +25,10 @@
25
import scipy as sp
26
27
from . import config
28
-from .iosys import (InputOutputSystem, _parse_spec, _process_iosys_keywords,
29
- _process_signal_list, common_timebase, isctime, isdtime)
30
-from .timeresp import (TimeResponseData, _check_convert_array,
31
- _process_time_response)
+from .iosys import InputOutputSystem, _parse_spec, _process_iosys_keywords, \
+ _process_signal_list, common_timebase, isctime, isdtime
+from .timeresp import TimeResponseData, _check_convert_array, \
+ _process_time_response
32
33
__all__ = ['NonlinearIOSystem', 'InterconnectedSystem', 'nlsys',
34
'input_output_response', 'find_eqpt', 'linearize',
0 commit comments