Skip to content

Commit c0adfc3

Browse files
authored
Update monai/losses/sure_loss.py
Signed-off-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent fba7650 commit c0adfc3

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
@@ -150,7 +150,7 @@ def forward(
150150
x: torch.Tensor,
151151
y_pseudo_gt: torch.Tensor,
152152
y_ref: torch.Tensor | None = None,
153-
complex_input: bool | None = False,
153+
complex_input: bool = False,
154154
) -> torch.Tensor:
155155
"""
156156
Args:

0 commit comments

Comments
 (0)