Skip to content

Commit

Permalink
DCO Remediation Commit for Aaron Kujawa <[email protected]>
Browse files Browse the repository at this point in the history
I, Aaron Kujawa <[email protected]>, hereby add my Signed-off-by to this commit: 774b6f1
I, Aaron Kujawa <[email protected]>, hereby add my Signed-off-by to this commit: 9618f35
I, Aaron Kujawa <[email protected]>, hereby add my Signed-off-by to this commit: 6227edf
I, Aaron Kujawa <[email protected]>, hereby add my Signed-off-by to this commit: 5500220
I, Aaron Kujawa <[email protected]>, hereby add my Signed-off-by to this commit: 146b1f2

Signed-off-by: Aaron Kujawa <[email protected]>
  • Loading branch information
aaronkujawa committed Jul 31, 2023
1 parent 146b1f2 commit 4330001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monai/transforms/spatial/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -3516,6 +3516,7 @@ def __call__(self, img: torch.Tensor, randomize: bool = True) -> torch.Tensor:
self.randomize()

if self._do_transform:

input_shape = img.shape[1:]
target_shape = np.round(np.array(input_shape) * self.zoom_factor).astype(np.int_)

Expand Down

0 comments on commit 4330001

Please sign in to comment.