Skip to content

Commit da0ddc1

Browse files
authored
Merge pull request #166 from josephcslater/master
DOC: ForcedResponse → forced_response in timeresp.py
2 parents 05d6bc5 + 78904e8 commit da0ddc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

control/timeresp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def impulse_response(sys, T=None, X0=0., input=0, output=None,
557557
558558
See Also
559559
--------
560-
ForcedReponse, initial_response, step_response
560+
forced_response, initial_response, step_response
561561
562562
Examples
563563
--------
@@ -576,7 +576,7 @@ def impulse_response(sys, T=None, X0=0., input=0, output=None,
576576
n_states = sys.A.shape[0]
577577
X0 = _check_convert_array(X0, [(n_states,), (n_states, 1)],
578578
'Parameter ``X0``: \n', squeeze=True)
579-
579+
580580
# Compute T and U, no checks necessary, they will be checked in lsim
581581
if T is None:
582582
T = _default_response_times(sys.A, 100)

0 commit comments

Comments
 (0)