Skip to content

Commit ae486d1

Browse files
committed
Putting comments on utils methods that have been duplicated from PR #5436
Signed-off-by: Ben Murray <[email protected]>
1 parent 20731e8 commit ae486d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

monai/transforms/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ def _create_rotate(
763763
raise ValueError(f"Unsupported spatial_dims: {spatial_dims}, available options are [2, 3].")
764764

765765

766+
# this will conflict with PR Replacement Apply and Resample #5436
766767
def _create_rotate_90(
767768
spatial_dims: int,
768769
axis: Tuple[int, int],
@@ -798,6 +799,7 @@ def _create_rotate_90(
798799
return affine
799800

800801

802+
# this will conflict with PR Replacement Apply and Resample #5436
801803
def _create_flip(
802804
spatial_dims: int,
803805
spatial_axis: Union[Sequence[int], int],

0 commit comments

Comments
 (0)