Skip to content

Commit

Permalink
FIX: Missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Dec 18, 2024
1 parent cfe8d17 commit d338dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabies/interfaces/resampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def reconstruct_fieldmap(
)

if not direct:
fmap_img = nt.apply(fmap_img, reference=target)
fmap_img = nt.apply(transforms, fmap_img, reference=target)

Check warning on line 701 in nibabies/interfaces/resampling.py

View check run for this annotation

Codecov / codecov/patch

nibabies/interfaces/resampling.py#L701

Added line #L701 was not covered by tests

fmap_img.header.set_intent('estimate', name='fieldmap Hz')
fmap_img.header.set_data_dtype('float32')
Expand Down

0 comments on commit d338dd0

Please sign in to comment.