Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle committed Oct 17, 2024
1 parent 4a92a89 commit e690eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scorers/test_ragas_scorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_context_entity_recall_scorer_score(context_entity_recall_scorer):
assert isinstance(result, dict)
assert "recall" in result
assert result["recall"] == 1.0 # Assuming full recall in mock response


def test_context_relevancy_scorer_score(context_relevancy_scorer):
output = "What is the capital of France?"
Expand Down

0 comments on commit e690eb5

Please sign in to comment.