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 feab05d commit 4df021cCopy full SHA for 4df021c
pydmd/plotter.py
@@ -795,7 +795,7 @@ def plot_summary(
795
for idx in index_modes:
796
eig = cont_eigs[idx]
797
if eig.conj() not in cont_eigs:
798
- index_modes_cc.append((idx,))
+ index_modes_cc.append((idx, idx))
799
elif idx not in np.array(index_modes_cc):
800
index_modes_cc.append((idx, list(cont_eigs).index(eig.conj())))
801
other_eigs = np.setdiff1d(np.arange(rank), np.array(index_modes_cc))
tutorials/tutorial1/tutorial-1-dmd.ipynb
0 commit comments