Skip to content

Commit

Permalink
Fix kinematics tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Aug 19, 2024
1 parent ff42f50 commit 1a45b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_unit/test_kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def test_kinematics_uniform_linear_motion(
("empty_dataset", pytest.raises(AttributeError)),
("missing_var_poses_dataset", pytest.raises(AttributeError)),
("missing_var_bboxes_dataset", pytest.raises(AttributeError)),
("missing_dim_poses_dataset", pytest.raises(AttributeError)),
("missing_dim_bboxes_dataset", pytest.raises(AttributeError)),
("missing_dim_poses_dataset", pytest.raises(ValueError)),
("missing_dim_bboxes_dataset", pytest.raises(ValueError)),
],
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit 1a45b4f

Please sign in to comment.