From a467173facf3e8da8bbbd8f946a8d2d2995a247d Mon Sep 17 00:00:00 2001 From: Yusuke Niitani Date: Thu, 21 Feb 2019 21:33:31 +0900 Subject: [PATCH] fix class name --- tests/evaluations_tests/test_eval_keypoint_detection_coco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/evaluations_tests/test_eval_keypoint_detection_coco.py b/tests/evaluations_tests/test_eval_keypoint_detection_coco.py index 11d636d7d7..2235847640 100644 --- a/tests/evaluations_tests/test_eval_keypoint_detection_coco.py +++ b/tests/evaluations_tests/test_eval_keypoint_detection_coco.py @@ -30,7 +30,7 @@ def _generate_point(n_inst, size): @unittest.skipUnless(_available, 'pycocotools is not installed') -class TestEvalPointCOCOSingleClass(unittest.TestCase): +class TestEvalKeypointDetectionCOCOSimple(unittest.TestCase): n_inst = 3