Skip to content

Commit a39a8b3

Browse files
committed
.
1 parent 4df06c4 commit a39a8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/metrics/test_remove_1-5_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,4 @@ def test_v1_5_metric_regression():
277277
ssim.warned = False
278278
with pytest.deprecated_call(match='It will be removed in v1.5.0'):
279279
res = ssim(preds, target)
280-
assert torch.allclose(res, torch.tensor(0.9219), atol=1e-4)
280+
assert torch.allclose(res, torch.tensor(0.9219), atol=1e-4)

0 commit comments

Comments
 (0)