mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Fix type in test
This commit is contained in:
parent
90a93df518
commit
ef2a748331
@ -189,4 +189,4 @@ class TestObjectBoundingBoxes(unittest.TestCase):
|
|||||||
box_c = [899, 128, 1080, 175]
|
box_c = [899, 128, 1080, 175]
|
||||||
|
|
||||||
assert intersection(box_a, box_b) == None
|
assert intersection(box_a, box_b) == None
|
||||||
assert intersection(box_b, box_c) == [899, 128, 985, 151]
|
assert intersection(box_b, box_c) == (899, 128, 985, 151)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user