Skip to content

Commit

Permalink
FIX: Interpolate to floating point values
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 22, 2023
1 parent a608927 commit 79b740a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def apply(
self.mapped.get_fdata(dtype="float32"), # fieldmap in Hz
pe_info,
xfms,
output_dtype=output_dtype,
output_dtype='float32',
order=order,
mode=mode,
cval=cval,
Expand Down

0 comments on commit 79b740a

Please sign in to comment.