Skip to content

Commit

Permalink
test: add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisochoatri committed Jun 11, 2024
1 parent b302798 commit 2b83d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_camera_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def test_crop_scale_transform(self):
assert_almost_equal(cam_datum, cam_datum3, valid_region=valid_region)

def test_crop_scale_transform_simple(self):
"""Simple test case for crop scale transform"""
"""Simple test case for crop scale transform with fixed input"""

datum = OrderedDict({
'datum_name': 'test',
Expand Down

0 comments on commit 2b83d49

Please sign in to comment.