We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07f6ac commit fb1c989Copy full SHA for fb1c989
fmriprep/workflows/bold/base.py
@@ -543,9 +543,9 @@ def init_bold_wf(
543
]) # fmt:skip
544
545
bold_fsLR_resampling_wf.__desc__ += """\
546
- A "goodvoxels" mask was applied during volume-to-surface sampling in fsLR space,
547
- excluding voxels whose time-series have a locally high coefficient of variation.
548
- """
+A "goodvoxels" mask was applied during volume-to-surface sampling in fsLR space,
+excluding voxels whose time-series have a locally high coefficient of variation.
+"""
549
550
bold_grayords_wf = init_bold_grayords_wf(
551
grayord_density=config.workflow.cifti_output,
0 commit comments