Skip to content

Commit d3fbc94

Browse files
committed
whoops
1 parent ac66bcb commit d3fbc94

File tree

1 file changed

+3
-3
lines changed
  • src/fmripost_rapidtide/workflows

1 file changed

+3
-3
lines changed

src/fmripost_rapidtide/workflows/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,9 @@ def init_denoise_single_run_wf(*, bold_file: str):
782782
(inputnode, denoising_confounds_wf, [
783783
('bold', 'inputnode.preprocessed_bold'),
784784
('bold_mask', 'inputnode.mask'),
785-
('templates', 'templates'),
786-
('anat2outputspaces', 'anat2outputspaces'),
787-
('boldref2anat', 'boldref2anat'),
785+
('templates', 'inputnode.templates'),
786+
('anat2outputspaces', 'inputnode.anat2outputspaces'),
787+
('boldref2anat', 'inputnode.boldref2anat'),
788788
]),
789789
(denoise_bold, denoising_confounds_wf, [('denoised', 'inputnode.denoised_bold')]),
790790
]) # fmt:skip

0 commit comments

Comments
 (0)