Skip to content

Commit 06321d3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 06d8661 commit 06321d3

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
@@ -234,7 +234,7 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
234234

235235
if self.dim_split <= 1 and self.num_splits <= 1:
236236
x = self.conv(x)
237-
return x
237+
return x
238238

239239
# compute size of splits
240240
l = x.size(self.dim_split + 2)

0 commit comments

Comments
 (0)