Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 23, 2024
1 parent 1439496 commit 39476d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmripost_aroma/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def init_single_run_wf(bold_file):
denoise_wf.inputs.inputnode.skip_vols = skip_vols
denoise_wf.inputs.inputnode.space = 'MNI152NLin6Asym'
denoise_wf.inputs.inputnode.res = '2'
denoise_wf.inputs.inputnode.confounds_file = functional_cache['confounds']
denoise_wf.inputs.inputnode.confounds_file = functional_cache['bold_confounds']

workflow.connect([
(mni6_buffer, denoise_wf, [
Expand Down

0 comments on commit 39476d0

Please sign in to comment.