Skip to content

Commit c8bf92f

Browse files
Update control/frdata.py
Co-authored-by: Ben Greiner <code@bnavigator.de>
1 parent 8486b7a commit c8bf92f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

control/frdata.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,11 @@ def eval(self, omega, squeeze=True):
352352
entry in the omega vector. An interpolating FRD can return
353353
intermediate values.
354354
355+
Parameters
356+
----------
355357
squeeze: bool, optional (default=True)
356358
If True and sys is single input, single output (SISO), return a
357359
1D array or scalar the same length as omega.
358-
359360
"""
360361
omega_array = np.array(omega, ndmin=1) # array-like version of omega
361362
if any(omega_array.imag > 0):

0 commit comments

Comments
 (0)