Skip to content

Commit 56ebe1e

Browse files
committed
fix: incorrect number of found t2w scans
1 parent b266633 commit 56ebe1e

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)