Skip to content

Commit

Permalink
test evaluation pipeline failing (#7823)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista authored Jun 7, 2024
1 parent bde92fd commit 276ff3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/pipelines/test_evaluation_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ def test_evaluation_pipeline(samples_path):

# assert the score report has all the metrics
assert len(df_score_report) == 7
assert list(df_score_report.columns) == ["score"]
assert list(df_score_report.index) == [
assert list(df_score_report.columns) == ["metrics", "score"]
assert list(df_score_report.metrics) == [
"Mean Reciprocal Rank",
"Semantic Answer Similarity",
"Faithfulness",
Expand Down

0 comments on commit 276ff3c

Please sign in to comment.