Skip to content

Commit

Permalink
Added tests for human review
Browse files Browse the repository at this point in the history
  • Loading branch information
honeytung committed Jul 3, 2024
1 parent 1bd778f commit 5c8c0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/api/test_motdet.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def test_motion_detection_not_sufficient_if_doesnt_meet_conf_threshold(gl: Groun
image=original_image,
wait=wait_time,
confidence_threshold=base_iq_response.result.confidence + 1e-3, # Require a higher confidence than before
human_review="ALWAYS"
)

time_diff = time.time() - current_time
Expand Down

0 comments on commit 5c8c0b6

Please sign in to comment.