8000 fixes for @sawyerbfuller review · python-control/python-control@28bbe7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 28bbe7f

Browse files
committed
fixes for @sawyerbfuller review
1 parent 85a480c commit 28bbe7f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

control/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
_control_defaults = {
1818
'control.default_dt': 0,
1919
'control.squeeze_frequency_response': None,
20-
'control.squeeze_time_response': True,
2120
'control.squeeze_time_response': None,
2221
'forced_response.return_x': False,
2322
}

control/timeresp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ def _process_time_response(
500500
config.defaults['control.squeeze_time_response'].
501501
502502
input : int, optional
503-
If present, the response represents ony the listed input.
503+
If present, the response represents only the listed input.
504504
505505
output : int, optional
506-
If present, the response represents ony the listed input.
506+
If present, the response represents only the listed output.
507507
508508
Returns
509509
-------

0 commit comments

Comments
 (0)
0