Skip to content

Commit 8fa1130

Browse files
Update tests/integration/test_reg_loss_integration.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: ytl0623 <david89062388@gmail.com>
1 parent cfcee1f commit 8fa1130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_reg_loss_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def forward(self, x):
9999
optimizer.step()
100100
self.assertGreater(init_loss, loss_val, "loss did not decrease")
101101

102-
def test_lncc_gaussian_kernel_gt3_identical_images(self):
102+
def test_lncc_gaussian_kernel_gt3_identical_images(self):
103103
"""
104104
Regression test for make_gaussian_kernel truncated parameter bug.
105105
LNCC on identical inputs must be close to -1.0 for gaussian kernel_size > 3.

0 commit comments

Comments
 (0)