Skip to content

Commit 4cecb29

Browse files
committed
Update metrics.py
1 parent 2db299a commit 4cecb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcp_d/workflows/bold/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def init_peraf_wf(
635635
)
636636
workflow.connect([
637637
(inputnode, compute_peraf, [
638-
('denoised_bold', 'in_file'),
638+
('denoised_bold', 'denoised_bold'),
639639
('preprocessed_bold', 'mean_file'),
640640
('bold_mask', 'mask'),
641641
('temporal_mask', 'temporal_mask'),

0 commit comments

Comments
 (0)