From 656675e2a57ee5854e58442593a068c3d51d02a7 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Fri, 17 May 2024 17:02:45 -0400 Subject: [PATCH] Update base.py --- src/fmripost_aroma/workflows/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fmripost_aroma/workflows/base.py b/src/fmripost_aroma/workflows/base.py index 9ac9c1f..2ed46e2 100644 --- a/src/fmripost_aroma/workflows/base.py +++ b/src/fmripost_aroma/workflows/base.py @@ -398,7 +398,6 @@ def init_single_run_wf(bold_file): ica_aroma_wf.inputs.inputnode.confounds = functional_cache['confounds'] ica_aroma_wf.inputs.inputnode.skip_vols = skip_vols - template_iterator_wf = None if config.workflow.denoise_method and spaces.get_spaces(): template_iterator_wf = init_template_iterator_wf( spaces=spaces,