Skip to content

Commit 99fd88d

Browse files
authored
Apply suggestion from @ericspod
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 1b80cfa commit 99fd88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monai/networks/layers/filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def forward(self, input_tensor, guidance_tensor):
420420
)
421421
if input_tensor.shape != guidance_tensor.shape:
422422
raise ValueError(
423-
f"Shape of input image must equal shape of guidance image.Got {input_tensor.shape} and {guidance_tensor.shape}."
423+
f"Shape of input image must equal shape of guidance image, got {input_tensor.shape} and {guidance_tensor.shape}."
424424
)
425425

426426
len_input = len(input_tensor.shape)

0 commit comments

Comments
 (0)