Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 10, 2022
1 parent 5bd610d commit 42773a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_load_from_ultralytics_voc(arch, version, upstream_version, hash_prefix)
assert isinstance(predictions[0]["boxes"], Tensor)
assert isinstance(predictions[0]["labels"], Tensor)
assert isinstance(predictions[0]["scores"], Tensor)
assert len(predictions[0]['labels']) == 4
assert len(predictions[0]["labels"]) == 4


def test_read_image_to_tensor():
Expand Down

0 comments on commit 42773a6

Please sign in to comment.