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 85a480c commit 6e64f92Copy full SHA for 6e64f92
2 files changed
control/config.py
@@ -18,7 +18,6 @@
18
'control.default_dt': 0,
19
'control.squeeze_frequency_response': None,
20
'control.squeeze_time_response': True,
21
- 'control.squeeze_time_response': None,
22
'forced_response.return_x': False,
23
}
24
defaults = dict(_control_defaults)
control/timeresp.py
@@ -500,10 +500,10 @@ def _process_time_response(
500
config.defaults['control.squeeze_time_response'].
501
502
input : int, optional
503
- If present, the response represents ony the listed input.
+ If present, the response represents only the listed input.
504
505
output : int, optional
506
+ If present, the response represents only the listed output.
507
508
Returns
509
-------
0 commit comments