Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Apr 16, 2024
1 parent de0af5c commit 6f4fa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ants/registration/resample_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def resample_image(image, resample_params, use_voxels=False, interp_type=1):
outimage = outimage.clone(image.pixeltype)
new_images.append(outimage)
outimage = utils.merge_channels(new_images)
raise outimage
return outimage


def resample_image_to_target(image, target, interp_type='linear', imagetype=0, verbose=False, **kwargs):
Expand Down

0 comments on commit 6f4fa76

Please sign in to comment.