Skip to content

Commit

Permalink
fix countgd integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Oct 10, 2024
1 parent 86ae271 commit 9087cbc
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 @@ -413,4 +413,4 @@ def test_countgd_example_based_counting() -> None:
image=img,
)
assert len(result) == 24
assert [res["label"] for res in result] == ["coin"] * 24
assert [res["label"] for res in result] == ["object"] * 24

0 comments on commit 9087cbc

Please sign in to comment.