Skip to content

Commit fba7650

Browse files
authored
Update monai/losses/sure_loss.py
Signed-off-by: Jirka Borovec <[email protected]>
1 parent ef4667e commit fba7650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/losses/sure_loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def sure_loss_function(
4545
y_ref: torch.Tensor | None = None,
4646
eps: float = -1.0,
4747
perturb_noise: torch.Tensor | None = None,
48-
complex_input: bool | None = False,
48+
complex_input: bool = False,
4949
) -> torch.Tensor:
5050
"""
5151
Args:

0 commit comments

Comments
 (0)