We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199b707 commit 61bdf70Copy full SHA for 61bdf70
pydmd/bopdmd.py
@@ -1439,8 +1439,8 @@ def plot_mode_uq(
1439
Note that if this parameter is given as a list of indices, it will
1440
override the `plot_complex_pair` parameter.
1441
: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.
+ :param plot_conjugate_pairs: Whether or not to omit one of the modes
+ that correspond with a complex conjugate pair of eigenvalues.
1444
:type plot_conjugate_pairs: bool
1445
"""
1446
if self.modes_std is None:
0 commit comments