Skip to content

Commit 866f194

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent efdc623 commit 866f194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/apps/generation/maisi/networks/autoencoderkl_maisi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def _concatenate_tensors(self, outputs: list[torch.Tensor], split_size: int, pad
231231
def forward(self, x: torch.Tensor) -> torch.Tensor:
232232
if self.print_info:
233233
logger.info(f"Number of splits: {self.num_splits}")
234-
234+
235235
if self.dim_split<=1 and self.num_splits<=1:
236236
x = self.conv(x)
237237
return x

0 commit comments

Comments
 (0)