Skip to content
Snippets Groups Projects
Commit 655f4dce authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Don't apply boundary offset

parent bec83c03
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ def flip(shape, xform, *axes):
if any(a not in (0, 1, 2) for a in axes):
raise ValueError(f'Invalid axis: {axes}')
los, his = axisBounds(shape, xform, axes)
los, his = axisBounds(shape, xform, axes, boundary=None)
scales = [1, 1, 1]
pre = [0, 0, 0]
post = [0, 0, 0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment