Skip to content

Commit

Permalink
FIX: Update name for anat_ribbon input
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 29, 2023
1 parent 56c193e commit 936dbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def init_single_subject_fit_wf(subject_id: str):
("outputnode.sphere_reg", "inputnode.sphere_reg"),
]),
(anat_fit_wf, anat_ribbon_wf, [
("outputnode.t1w_mask", "inputnode.t1w_mask"),
("outputnode.t1w_mask", "inputnode.ref_file"),
]),
(gifti_surfaces_wf, anat_ribbon_wf, [
("outputnode.white", "inputnode.white"),
Expand Down

0 comments on commit 936dbb6

Please sign in to comment.