From 9697971a72f6c038964a805e483db5303c5ce0c8 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Mon, 19 Feb 2024 14:42:21 +0100 Subject: [PATCH] fix: update sssim values --- tests/test_math.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_math.py b/tests/test_math.py index 37b71b1e..5c466e5e 100644 --- a/tests/test_math.py +++ b/tests/test_math.py @@ -205,8 +205,8 @@ class TestMetrics: data1 = np.arange(49).reshape(7, 7) mask = np.ones(data1.shape) - ssim_res = 0.8963363560519094 - ssim_mask_res = 0.805154442543846 + ssim_res = 0.8958315888566867 + ssim_mask_res = 0.8023827544418249 snr_res = 10.134554256920536 psnr_res = 14.860761791850397 mse_res = 0.03265305507330247