Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyEWood committed Jan 16, 2025
1 parent be02189 commit b69b244
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,6 @@ def wait_for_confident_result(
confidence_threshold = self.get_detector(image_query.detector_id).confidence_threshold

confidence_above_thresh = partial(iq_is_confident, confidence_threshold=confidence_threshold) # type: ignore

return self._wait_for_result(image_query, condition=confidence_above_thresh, timeout_sec=timeout_sec)

def wait_for_ml_result(self, image_query: Union[ImageQuery, str], timeout_sec: float = 30.0) -> ImageQuery:
Expand Down

0 comments on commit b69b244

Please sign in to comment.