Skip to content

Commit

Permalink
FIX: DS parameter change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 25, 2024
1 parent 7483fbc commit 19049f4
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 @@ -767,7 +767,7 @@ def init_anat_fit_wf(
image_type='T1w',
name='anat_template_wf',
)
ds_template_wf = init_ds_template_wf(output_dir=output_dir, num_t1w=num_t1w)
ds_template_wf = init_ds_template_wf(output_dir=output_dir, num_anat=num_t1w)

# fmt:off
workflow.connect([
Expand Down

0 comments on commit 19049f4

Please sign in to comment.