Skip to content

Commit

Permalink
revise unit test of ms-ssim
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoXing1996 committed Jan 18, 2023
1 parent 59f8433 commit 6c17aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metrics/test_ms_ssim.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_ms_ssim(init_kwargs, inputs, results):
ms_ssim = MS_SSIM(**init_kwargs)
ms_ssim_results = ms_ssim(inputs)
np.testing.assert_allclose(
ms_ssim_results['ms_ssim'], results)
ms_ssim_results['ms-ssim'], results)


def test_raise_error():
Expand Down

0 comments on commit 6c17aa5

Please sign in to comment.