Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 7, 2025
1 parent 6c98f21 commit 12a6ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/inferers/merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
) -> None:
if merged_shape is None:
raise ValueError("Argument `merged_shape` must be provided")

self.merged_shape: tuple[int, ...] = tuple(merged_shape)
self.cropped_shape: tuple[int, ...] = tuple(self.merged_shape if cropped_shape is None else cropped_shape)
self.device = device
Expand Down

0 comments on commit 12a6ac9

Please sign in to comment.