Skip to content

Commit

Permalink
fix other line
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Nov 6, 2023
1 parent 041de8d commit cf67a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test_groundlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ def submit_noisy_image(image, label=None):
), f"The detector {detector} quality has not improved after two minutes q.v. {new_dog_query}, {new_cat_query}"


@pytest.mark.skip(reason="Detector improvement is incredibly flaky")
def test_ask_method_quality(gl: Groundlight, detector: Detector):
# asks for some level of quality on how fast ask_ml is and that we will get a confident result from ask_confident
fast_always_yes_iq = gl.ask_ml(detector=detector.id, image="test/assets/dog.jpeg", wait=0)
Expand Down

0 comments on commit cf67a11

Please sign in to comment.