Skip to content

Commit 61bdf70

Browse files
committed
Codacy fix
1 parent 199b707 commit 61bdf70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydmd/bopdmd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,8 +1439,8 @@ def plot_mode_uq(
14391439
Note that if this parameter is given as a list of indices, it will
14401440
override the `plot_complex_pair` parameter.
14411441
:type plot_modes: int or iterable
1442-
:param plot_conjugate_pairs: Whether or not to omit one of the modes that
1443-
correspond with a complex conjugate pair of eigenvalues.
1442+
:param plot_conjugate_pairs: Whether or not to omit one of the modes
1443+
that correspond with a complex conjugate pair of eigenvalues.
14441444
:type plot_conjugate_pairs: bool
14451445
"""
14461446
if self.modes_std is None:

0 commit comments

Comments
 (0)