Skip to content

Commit f6d2434

Browse files
committed
FIX: Fix variable name for plot in PET notebook
Fix variable for plot in PET notebook: missed to use the appropriate variable name in commit 0357331.
1 parent e56c24a commit f6d2434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/pet_motion_estimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@
24872487
"\n",
24882488
"from nifreeze.viz.motion_viz import plot_volumewise_motion\n",
24892489
"\n",
2490-
"plot_volumewise_motion(np.arange(len(fd)), motion_parameters)\n",
2490+
"plot_volumewise_motion(np.arange(len(estimated_fd)), motion_parameters)\n",
24912491
"\n",
24922492
"plt.show()"
24932493
]

0 commit comments

Comments
 (0)