Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 17, 2024
1 parent 07270ad commit 656675e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fmripost_aroma/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 399 in src/fmripost_aroma/workflows/base.py

View check run for this annotation

Codecov / codecov/patch

src/fmripost_aroma/workflows/base.py#L398-L399

Added lines #L398 - L399 were not covered by tests

template_iterator_wf = None
if config.workflow.denoise_method and spaces.get_spaces():
template_iterator_wf = init_template_iterator_wf(

Check warning on line 402 in src/fmripost_aroma/workflows/base.py

View check run for this annotation

Codecov / codecov/patch

src/fmripost_aroma/workflows/base.py#L402

Added line #L402 was not covered by tests
spaces=spaces,
Expand Down

0 comments on commit 656675e

Please sign in to comment.