Skip to content

Commit 8d21c00

Browse files
committed
fix: add to postdesc
1 parent ae177e6 commit 8d21c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def init_bold_wf(
514514
)
515515
ds_goodvoxels_mask.inputs.source_file = bold_file
516516

517-
workflow.__desc__ += """\
517+
workflow.__postdesc__ += """\
518518
A "goodvoxels" mask was applied during volume-to-surface sampling, excluding
519519
voxels whose time-series have a locally high coefficient of variation.
520520
"""

0 commit comments

Comments
 (0)