Skip to content

Commit

Permalink
FIX: Connect bold_mask to bold_t2s_wf
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 15, 2023
1 parent 4564048 commit 170bc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fmriprep/workflows/bold/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ def init_bold_native_wf(
# Do NOT set motion_xfm or fieldmap_id on outputnode
# This prevents downstream resamplers from double-dipping
workflow.connect([

Check warning on line 694 in fmriprep/workflows/bold/fit.py

View check run for this annotation

Codecov / codecov/patch

fmriprep/workflows/bold/fit.py#L694

Added line #L694 was not covered by tests
(inputnode, bold_t2s_wf, [("bold_mask", "inputnode.bold_mask")]),
(boldref_bold, join_echos, [("out_file", "bold_files")]),
(join_echos, bold_t2s_wf, [("bold_files", "inputnode.bold_file")]),
(join_echos, outputnode, [("bold_files", "bold_echos")]),
Expand Down

0 comments on commit 170bc16

Please sign in to comment.