Skip to content

Commit b8e745b

Browse files
karlic-lukamtezzele
authored andcommitted
Fix the noise mistake in .ipynb as well
1 parent 96abe74 commit b8e745b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/tutorial12/tutorial-12-cdmd.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
" if noise:\n",
186186
" vid += np.random.normal(0, noise_amt, vid.shape)\n",
187187
" vid = vid.clip(0, 1)\n",
188-
" return np.vstack(imgs).T, shape\n",
188+
" return vid, shape\n",
189189
"\n",
190190
"\n",
191191
"def get_video(object: str = \"frog\") -> np.ndarray:\n",

0 commit comments

Comments
 (0)