Skip to content

Commit c86e790

Browse files
authored
auto updates (#7577)
Signed-off-by: monai-bot <[email protected]> Signed-off-by: monai-bot <[email protected]>
1 parent c3a7383 commit c86e790

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_conjugate_gradient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020

2121
class TestConjugateGradient(unittest.TestCase):
22+
2223
def test_real_valued_inverse(self):
2324
"""Test ConjugateGradient with real-valued input: when the input is real
2425
value, the output should be the inverse of the matrix."""

tests/test_sure_loss.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020

2121
class TestSURELoss(unittest.TestCase):
22+
2223
def test_real_value(self):
2324
"""Test SURELoss with real-valued input: when the input is real value, the loss should be 0.0."""
2425
sure_loss_real = SURELoss(perturb_noise=torch.zeros(2, 1, 128, 128), eps=0.1)

0 commit comments

Comments
 (0)