Skip to content

Commit

Permalink
remove draft comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Jan 7, 2025
1 parent b20211e commit 2f40a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/llmobs/test_llmobs_ragas_faithfulness_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def test_ragas_faithfulness_submits_evaluation_on_span_with_custom_keys(ragas, L

@pytest.mark.vcr_logs
def test_ragas_faithfulness_emits_traces(ragas, llmobs, llmobs_events):
"""Why are we asserting only 7 spans caught?"""
rf_evaluator = RagasFaithfulnessEvaluator(llmobs)
rf_evaluator.evaluate(_llm_span_with_expected_ragas_inputs_in_prompt())
ragas_spans = [event for event in llmobs_events if event["name"].startswith("dd-ragas.")]
Expand Down

0 comments on commit 2f40a2d

Please sign in to comment.