Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 31, 2024
1 parent a45ff25 commit cdaab8c
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 @@ -404,7 +404,7 @@ def init_single_run_wf(bold_file):
name='resample_stc_wf',
)
# TODO: Grab skip-vols from confounds file
bold_stc_wf.inputs.inputnode.skip_vols = config.workflow.dummy_scans or 0
bold_stc_wf.inputs.inputnode.skip_vols = skip_vols
workflow.connect([

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

View check run for this annotation

Codecov / codecov/patch

src/fmripost_aroma/workflows/base.py#L407-L408

Added lines #L407 - L408 were not covered by tests
(validate_bold, bold_stc_wf, [('out_file', 'inputnode.bold_file')]),
(bold_stc_wf, stc_buffer, [('outputnode.stc_file', 'bold_file')]),
Expand Down

0 comments on commit cdaab8c

Please sign in to comment.