Skip to content

Commit c90c4ed

Browse files
authored
Merge pull request #394 from effigies/fix/resampling-dtype
FIX: Interpolate to floating point values
2 parents a608927 + 79b740a commit c90c4ed

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)