Add RTMLib CUDA backends and staged timing
This commit is contained in:
@@ -32,7 +32,7 @@ def test_fixed_keypoint_counts_and_nonfinite_cleanup():
|
||||
|
||||
def test_latest_queue_overwrites_old():
|
||||
q = LatestQueue(); q.put(1); q.put(2)
|
||||
assert q.qsize() == 1 and q.get() == 2
|
||||
assert q.qsize() == 1 and q.get() == (2, 1)
|
||||
|
||||
|
||||
def test_empty_people_contract():
|
||||
|
||||
Reference in New Issue
Block a user