Skip to content

Commit

Permalink
test: update unit tests for different platform
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Nov 19, 2024
1 parent 030b17b commit 33ba2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_ort.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_long_img():
result, _ = engine(img_path)

assert result is not None
assert len(result) >= 55
assert len(result) >= 53

img_path.unlink()

Expand Down

0 comments on commit 33ba2a9

Please sign in to comment.