Skip to content

Commit 0e1b7cb

Browse files
committed
DOC: Modify function signature
1 parent b034778 commit 0e1b7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smriprep/workflows/anatomical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ def init_anat_template_wf(
13781378
13791379
from smriprep.workflows.anatomical import init_anat_template_wf
13801380
wf = init_anat_template_wf(
1381-
longitudinal=False, omp_nthreads=1, num_files=1, contrast="T1w"
1381+
longitudinal=False, omp_nthreads=1, num_files=1, image_type="T1w"
13821382
)
13831383
13841384
Parameters

0 commit comments

Comments
 (0)