Skip to content

Commit

Permalink
FIX: Ensure BOLD is not oversampled for anat
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 19, 2023
1 parent 691dd54 commit 92ded31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fmriprep/workflows/bold/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def init_bold_wf(
omp_nthreads=omp_nthreads,
name='bold_anat_wf',
)
bold_anat_wf.inputs.inputnode.resolution = "native"

Check warning on line 318 in fmriprep/workflows/bold/base.py

View check run for this annotation

Codecov / codecov/patch

fmriprep/workflows/bold/base.py#L318

Added line #L318 was not covered by tests

workflow.connect([
(inputnode, bold_native_wf, [
Expand Down

0 comments on commit 92ded31

Please sign in to comment.