Skip to content

Commit b58d34c

Browse files
author
Virginia Fernandez
committed
Remove white space
1 parent a6e0019 commit b58d34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/inferers/inferer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ def sample(
963963
model_input = torch.cat([image] * 2, dim=0)
964964
if conditioning is not None:
965965
uncondition = torch.ones_like(conditioning)
966-
uncondition.fill_(cfg_fill_value)
966+
uncondition.fill_(cfg_fill_value)
967967
conditioning_input = torch.cat([uncondition, conditioning], dim=0)
968968
else:
969969
conditioning_input = None

0 commit comments

Comments
 (0)