Skip to content

Commit 79b740a

Browse files
committed
FIX: Interpolate to floating point values
1 parent a608927 commit 79b740a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def apply(
523523
self.mapped.get_fdata(dtype="float32"), # fieldmap in Hz
524524
pe_info,
525525
xfms,
526-
output_dtype=output_dtype,
526+
output_dtype='float32',
527527
order=order,
528528
mode=mode,
529529
cval=cval,

0 commit comments

Comments
 (0)