Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 15, 2023
1 parent 6b9677d commit abc4e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/workflows/asl/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def init_plot_cbf_wf(
("asl_mask", "in1"),
("acompcor_mask", "in2"),
]),
(inputnode, signals, [("asl", "in_file")]),
(inputnode, signals, [("cbf_ts", "in_file")]),
(merge_rois, signals, [("out", "label_files")]),
])
# fmt:on
Expand Down

0 comments on commit abc4e99

Please sign in to comment.