Skip to content

Commit 3ea4c4c

Browse files
authored
Update fmriprep/workflows/bold/registration.py
1 parent b7d4134 commit 3ea4c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def init_bbreg_wf(
430430
]
431431
}
432432

433-
costs = pe.Node(niu.Merge(2), run_without_submitting=True, name='cost')
433+
costs = pe.Node(niu.Merge(2), run_without_submitting=True, name='costs')
434434
select_cost = pe.Node(niu.Select(index=0), run_without_submitting=True, name='select_cost')
435435
read_cost = pe.Node(niu.Function(function=_read_cost), name='read_cost')
436436

0 commit comments

Comments
 (0)