Skip to content

Commit

Permalink
Merge pull request #565 from ANTsX/fix-slice-image-args
Browse files Browse the repository at this point in the history
change required slice_image args
  • Loading branch information
Nick Cullen authored Mar 12, 2024
2 parents 0ad546f + 0625251 commit c12b171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ants/utils/slice_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .. import utils


def slice_image(image, axis=None, idx=None, collapse_strategy=0):
def slice_image(image, axis, idx, collapse_strategy=0):
"""
Slice an image.
Expand Down

0 comments on commit c12b171

Please sign in to comment.