8000 Delete the hyphen from the Impuse response. · python-control/python-control@8b93264 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b93264

Browse files
committed
Delete the hyphen from the Impuse response.
1 parent 6c73062 commit 8b93264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/modelsimp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,10 @@ def eigensys_realization(arg, r, m=None, n=None, dt=True, transpose=False):
410410
Parameters
411411
----------
412412
YY : array_like
413-
Impulse-response from which the StateSpace model is estimated, 1D
413+
Impulse response from which the StateSpace model is estimated, 1D
414414
or 3D array.
415415
data : TimeResponseData
416-
Impulse-response from which the StateSpace model is estimated.
416+
Impulse response from which the StateSpace model is estimated.
417417
r : integer
418418
Order of model.
419419
m : integer, optional

0 commit comments

Comments
 (0)
0