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 8, 2023
1 parent d01194e commit 1460655
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 @@ -314,7 +314,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
# fmt:off
workflow.connect([
(inputnode, asl_derivatives_wf, [
("asl_file", "source_file"),
("asl_file", "inputnode.source_file"),
("surfaces", "inputnode.surfaces"),
]),
])
Expand Down

0 comments on commit 1460655

Please sign in to comment.