Skip to content

Commit

Permalink
fixing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
shankar-vision-eng committed Jun 27, 2024
1 parent e1b4211 commit c6190a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_generate_pose():
import cv2

cv2.imwrite("imag.png", result)
assert result.shape == img.shape
assert result.shape == img.shape + (3,)


def test_generate_normal():
Expand Down

0 comments on commit c6190a7

Please sign in to comment.