diff --git a/tests/test_metrics.py b/tests/test_metrics.py index 999f8fe5..dd90f0bc 100644 --- a/tests/test_metrics.py +++ b/tests/test_metrics.py @@ -133,7 +133,7 @@ def test_iou_metric(case): @pytest.mark.parametrize('case', IOU_CASES) -def test_jaccrad_loss(case): +def test_jaccard_loss(case): gt, pr, res = case gt = _to_4d(gt) pr = _to_4d(pr)