Skip to content

Commit

Permalink
Added debugging text
Browse files Browse the repository at this point in the history
  • Loading branch information
honeytung committed Jul 1, 2024
1 parent 2157023 commit 0513f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/test_motdet.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,5 @@ def test_motion_detection_not_sufficient_if_doesnt_meet_conf_threshold(gl: Groun
assert new_response.id != base_iq_response.id, "ImageQuery id should be different whether or not motion det is run"
assert new_response.id.startswith("iq_"), (
"ImageQuery id should start with 'iq_' because it was created on the cloud, because the cached mot det response"
" did not meet the confidence threshold"
f" did not meet the confidence threshold: {base_iq_response.result.confidence + 1e-3}"
)

0 comments on commit 0513f53

Please sign in to comment.