Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Kujawa <[email protected]>
  • Loading branch information
aaronkujawa committed Jul 31, 2023
1 parent 4330001 commit 9f7a563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monai/transforms/spatial/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -3516,7 +3516,6 @@ def __call__(self, img: torch.Tensor, randomize: bool = True) -> torch.Tensor:
self.randomize()

Check warning on line 3516 in monai/transforms/spatial/array.py

View check run for this annotation

Codecov / codecov/patch

monai/transforms/spatial/array.py#L3515-L3516

Added lines #L3515 - L3516 were not covered by tests

if self._do_transform:

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

Check warning on line 3520 in monai/transforms/spatial/array.py

View check run for this annotation

Codecov / codecov/patch

monai/transforms/spatial/array.py#L3518-L3520

Added lines #L3518 - L3520 were not covered by tests

Expand Down

0 comments on commit 9f7a563

Please sign in to comment.