Skip to content

Commit

Permalink
change required slice_image args
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 12, 2024
1 parent ba43328 commit 0625251
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 0625251

Please sign in to comment.