Skip to content

Commit

Permalink
DOC: Modify function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 25, 2024
1 parent 33d3c1a commit 4013bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smriprep/workflows/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def init_anat_template_wf(
from smriprep.workflows.anatomical import init_anat_template_wf
wf = init_anat_template_wf(
longitudinal=False, omp_nthreads=1, num_files=1, contrast="T1w"
longitudinal=False, omp_nthreads=1, num_files=1, image_type="T1w"
)
Parameters
Expand Down

0 comments on commit 4013bfe

Please sign in to comment.