Skip to content

Commit 3e55760

Browse files
authored
STY: Whitespace
1 parent 2c2ab47 commit 3e55760

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

fmriprep/workflows/anatomical.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -524,13 +524,13 @@ def _get_first(in_list):
524524
# StructuralReference is fs.RobustTemplate if > 1 volume, copying otherwise
525525
t1_merge = pe.Node(
526526
StructuralReference(auto_detect_sensitivity=True,
527-
initial_timepoint=1, # For deterministic behavior
528-
intensity_scaling=True, # 7-DOF (rigid + intensity)
529-
subsample_threshold=200,
530-
fixed_timepoint=not longitudinal,
531-
no_iteration=not longitudinal,
532-
transform_outputs=True,
533-
),
527+
initial_timepoint=1, # For deterministic behavior
528+
intensity_scaling=True, # 7-DOF (rigid + intensity)
529+
subsample_threshold=200,
530+
fixed_timepoint=not longitudinal,
531+
no_iteration=not longitudinal,
532+
transform_outputs=True,
533+
),
534534
mem_gb=2 * num_t1w - 1,
535535
name='t1_merge')
536536

0 commit comments

Comments
 (0)