Skip to content

Commit 7ac9f3f

Browse files
authored
Merge pull request PyDMD#521 from PyDMD/export-tutorial-9afba7b
Export tutorial changed in 9afba7b
2 parents 9afba7b + 3070a73 commit 7ac9f3f

File tree

2 files changed

+2183
-2142
lines changed

2 files changed

+2183
-2142
lines changed

docs/source/_tutorials/tutorial12cdmd.html

Lines changed: 2182 additions & 2141 deletions
Large diffs are not rendered by default.

tutorials/tutorial12/tutorial-12-cdmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def get_video_dmd(
121121
if noise:
122122
vid += np.random.normal(0, noise_amt, vid.shape)
123123
vid = vid.clip(0, 1)
124-
return np.vstack(imgs).T, shape
124+
return vid, shape
125125

126126

127127
def get_video(object: str = "frog") -> np.ndarray:

0 commit comments

Comments
 (0)