Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Tau-J committed Oct 9, 2023
1 parent d5ca650 commit c130389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_evaluation/test_functional/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def test_transform_pred(self):
1,
17,
3,
)))
)),
keypoint_scores=np.ones((1, 17)))
kpt_info_copy = deepcopy(kpt_info)

_ = transform_pred(kpt_info, num_keypoints, mapping)
Expand Down

0 comments on commit c130389

Please sign in to comment.