Skip to content

Commit 1996065

Browse files
mgxdeffigies
andcommitted
Update smriprep/workflows/fit/registration.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent faad78f commit 1996065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/smriprep/workflows/fit/registration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ def init_register_template_wf(
218218
(tf_select, set_reference, [
219219
('t1w_file', 'template_t1w'),
220220
('t2w_file', 'template_t2w'),
221-
])
221+
]),
222222
(set_reference, registration, [
223223
('reference_type', 'reference'),
224224
('use_histogram_matching', 'use_histogram_matching'),
225-
])
225+
]),
226226
(split_desc, registration, [
227227
('name', 'template'),
228228
('spec', 'template_spec'),

0 commit comments

Comments
 (0)