Skip to content

Commit

Permalink
Merge branch 'fix_reset_test' of github.com:groundlight/python-sdk in…
Browse files Browse the repository at this point in the history
…to fix_reset_test
  • Loading branch information
brandon-groundlight committed Sep 3, 2024
2 parents 2ed38bb + 97759b7 commit e02c8f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/test_detector_reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ def test_reset_training(gl_experimental: ExperimentalApi):
gl_experimental.reset_detector(det.id)
iq = gl_experimental.submit_image_query(det, "test/assets/cat.jpeg")
assert iq.result.confidence < low_confidence_threshold

0 comments on commit e02c8f5

Please sign in to comment.