Skip to content

Commit

Permalink
fix: update sssim values
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Feb 19, 2024
1 parent 8c0ad2f commit 9697971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9697971

Please sign in to comment.