Skip to content

Commit

Permalink
Update src/fmripost_aroma/workflows/resample.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
tsalo and effigies authored Jan 12, 2025
1 parent f4df77c commit b90c126
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fmripost_aroma/workflows/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ def init_bold_volumetric_resample_wf(
if not fieldmap_id:
return workflow

Check warning on line 146 in src/fmripost_aroma/workflows/resample.py

View check run for this annotation

Codecov / codecov/patch

src/fmripost_aroma/workflows/resample.py#L146

Added line #L146 was not covered by tests

fmap_select = pe.Node(
KeySelect(fields=['fmap'], key=fieldmap_id),
name='fmap_select',
run_without_submitting=True,
)
distortion_params = pe.Node(

Check warning on line 148 in src/fmripost_aroma/workflows/resample.py

View check run for this annotation

Codecov / codecov/patch

src/fmripost_aroma/workflows/resample.py#L148

Added line #L148 was not covered by tests
DistortionParameters(metadata=metadata),
name='distortion_params',
Expand Down

0 comments on commit b90c126

Please sign in to comment.