Skip to content

Commit

Permalink
Apply pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Mar 10, 2022
1 parent 5bd610d commit 86a22b5
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 86a22b5

Please sign in to comment.