Skip to content

Commit

Permalink
Attempt fixing issue #32 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eid-not-die committed Dec 18, 2024
1 parent bc5cbdf commit e239294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dkpy/d_scale_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DScaleFitSlicot(DScaleFit):
... )
>>> D, D_inv = dkpy.DScaleFitSlicot().fit(omega, D_omega, 2, block_structure)
>>> print(control.ss2tf(D[0, 0]))
<TransferFunction>
<TransferFunction>...
Inputs (1): ['u[0]']
Outputs (1): ['y[0]']
<BLANKLINE>
Expand All @@ -86,7 +86,7 @@ class DScaleFitSlicot(DScaleFit):
s^2 + 0.9658 s + 0.01424
<BLANKLINE>
>>> print(control.ss2tf(D[1, 1]))
<TransferFunction>
<TransferFunction>...
Inputs (1): ['u[1]']
Outputs (1): ['y[1]']
<BLANKLINE>
Expand Down

0 comments on commit e239294

Please sign in to comment.