Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 9, 2023
1 parent c8c0b49 commit 0e6d7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/workflows/asl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
# fmt:off
workflow.connect([
(asl_std_trans_wf, asl_derivatives_wf, [
(f"outputnode.{cbf_deriv}_t1", f"inputnode.{cbf_deriv}_t1"),
(f"outputnode.{cbf_deriv}_std", f"inputnode.{cbf_deriv}_std"),
]),
])
# fmt:on
Expand Down

0 comments on commit 0e6d7f8

Please sign in to comment.