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 28bbe7fCopy full SHA for 28bbe7f
2 files changed
control/config.py
@@ -17,7 +17,6 @@
17
_control_defaults = {
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
}
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