Skip to content

Commit

Permalink
Update nitransforms/linear.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Nov 16, 2023
1 parent a6fe3eb commit aaa69dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitransforms/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def apply(
(
dataobj
if dataobj is not None
else np.asanyarray(spatialimage.dataobj[..., t], dtype=input_dtype)
else spatialimage.dataobj[..., t].astype(input_dtype, copy=False),
),
yvoxels.T,
output=output_dtype,
Expand Down

0 comments on commit aaa69dd

Please sign in to comment.