Skip to content

Commit

Permalink
Merge pull request #394 from effigies/fix/resampling-dtype
Browse files Browse the repository at this point in the history
FIX: Interpolate to floating point values
  • Loading branch information
effigies authored Sep 25, 2023
2 parents a608927 + 79b740a commit c90c4ed
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 c90c4ed

Please sign in to comment.