Skip to content

Commit 4df021c

Browse files
committed
More tutorial updates
1 parent feab05d commit 4df021c

File tree

2 files changed

+43
-44
lines changed

2 files changed

+43
-44
lines changed

pydmd/plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def plot_summary(
795795
for idx in index_modes:
796796
eig = cont_eigs[idx]
797797
if eig.conj() not in cont_eigs:
798-
index_modes_cc.append((idx,))
798+
index_modes_cc.append((idx, idx))
799799
elif idx not in np.array(index_modes_cc):
800800
index_modes_cc.append((idx, list(cont_eigs).index(eig.conj())))
801801
other_eigs = np.setdiff1d(np.arange(rank), np.array(index_modes_cc))

tutorials/tutorial1/tutorial-1-dmd.ipynb

Lines changed: 42 additions & 43 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)