Skip to content

Commit

Permalink
FIX: Return workflow and bad connection
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 14, 2023
1 parent fbee379 commit d2fcd38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/workflows/bold/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def init_bold_native_wf(
(bold_t2s_wf, outputnode, [
("outputnode.bold", "bold_minimal"),
("outputnode.bold", "bold_native"),
("outputnode.t2star", "t2star_map"),
("outputnode.t2star_map", "t2star_map"),
]),
]) # fmt:skip
else:
Expand Down
2 changes: 2 additions & 0 deletions fmriprep/workflows/bold/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,8 @@ def init_ds_bold_native_wf(
]),
]) # fmt:skip

return workflow


def init_func_derivatives_wf(
bids_root: str,
Expand Down

0 comments on commit d2fcd38

Please sign in to comment.