We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa1130 commit 7945c0aCopy full SHA for 7945c0a
1 file changed
tests/integration/test_reg_loss_integration.py
@@ -117,5 +117,6 @@ def test_lncc_gaussian_kernel_gt3_identical_images(self):
117
f"LNCC of identical images should be -1.0, got {loss.item():.6f} (kernel_size={kernel_size})",
118
)
119
120
+
121
if __name__ == "__main__":
122
unittest.main()
0 commit comments