Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Jun 25, 2024
1 parent 43eb754 commit b5b2878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepeval/metrics/answer_relevancy/answer_relevancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ async def a_measure(
self.score = self._calculate_score()
self.reason = await self._a_generate_reason(test_case.input)
self.success = self.score >= self.threshold
print("Relevancy", self.score, self.reason)
if self.verbose_mode:
print_intermediate_steps(
self.__name__,
Expand Down

0 comments on commit b5b2878

Please sign in to comment.