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 b7d4134 commit 3ea4c4cCopy full SHA for 3ea4c4c
fmriprep/workflows/bold/registration.py
@@ -430,7 +430,7 @@ def init_bbreg_wf(
430
]
431
}
432
433
- costs = pe.Node(niu.Merge(2), run_without_submitting=True, name='cost')
+ costs = pe.Node(niu.Merge(2), run_without_submitting=True, name='costs')
434
select_cost = pe.Node(niu.Select(index=0), run_without_submitting=True, name='select_cost')
435
read_cost = pe.Node(niu.Function(function=_read_cost), name='read_cost')
436
0 commit comments