We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df06c4 commit a39a8b3Copy full SHA for a39a8b3
tests/metrics/test_remove_1-5_metrics.py
@@ -277,4 +277,4 @@ def test_v1_5_metric_regression():
277
ssim.warned = False
278
with pytest.deprecated_call(match='It will be removed in v1.5.0'):
279
res = ssim(preds, target)
280
- assert torch.allclose(res, torch.tensor(0.9219), atol=1e-4)
+ assert torch.allclose(res, torch.tensor(0.9219), atol=1e-4)
0 commit comments