Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
f-fl0 committed Nov 5, 2024
1 parent 4a89507 commit 68ef704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_utils/test_bounding_box_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def test_bbox_nms():
)

output = bbox_nms(cls_dist, bbox, nms_cfg)
print(output)
for out, exp in zip(output, expected_output):
assert allclose(out, exp, atol=1e-4), f"Output: {out} Expected: {exp}"

Expand Down

0 comments on commit 68ef704

Please sign in to comment.