Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkujawa committed Jul 31, 2023
1 parent 5567000 commit 9618f35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions monai/transforms/spatial/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -3520,10 +3520,7 @@ def __call__(self, img: torch.Tensor, randomize: bool = True) -> torch.Tensor:
target_shape = np.round(input_shape * self.zoom_factor).astype(np.int_)

resize_tfm_downsample = Resize(
spatial_size=target_shape,
size_mode="all",
mode=self.downsample_mode,
anti_aliasing=False
spatial_size=target_shape, size_mode="all", mode=self.downsample_mode, anti_aliasing=False
)

resize_tfm_upsample = Resize(
Expand Down

0 comments on commit 9618f35

Please sign in to comment.