Skip to content

Commit 66456f4

Browse files
authored
Merge pull request #498 from nipreps/fix/496
fix: incorrect number of found t2w scans
2 parents b266633 + 56ebe1e commit 66456f4

File tree

1 file changed

+1
-1
lines changed
  • nibabies/workflows/anatomical

1 file changed

+1
-1
lines changed

nibabies/workflows/anatomical/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def init_infant_anat_fit_wf(
406406

407407
t2w_template_wf = init_anat_template_wf(
408408
image_type='T2w',
409-
num_files=num_t1w,
409+
num_files=num_t2w,
410410
longitudinal=longitudinal,
411411
omp_nthreads=omp_nthreads,
412412
name='t2w_template_wf',

0 commit comments

Comments
 (0)