Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit a467173

Browse files
committed
fix class name
1 parent f1b5aca commit a467173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/evaluations_tests/test_eval_keypoint_detection_coco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _generate_point(n_inst, size):
3030

3131

3232
@unittest.skipUnless(_available, 'pycocotools is not installed')
33-
class TestEvalPointCOCOSingleClass(unittest.TestCase):
33+
class TestEvalKeypointDetectionCOCOSimple(unittest.TestCase):
3434

3535
n_inst = 3
3636

0 commit comments

Comments
 (0)