From b4a22ed1b4e80881684c988c88733ed7076881b2 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 7 Mar 2025 13:12:10 -0800 Subject: [PATCH] fix scoring --- tests/integration/scoring/test_scoring.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/scoring/test_scoring.py b/tests/integration/scoring/test_scoring.py index ecf3b9425..2fcdf54e2 100644 --- a/tests/integration/scoring/test_scoring.py +++ b/tests/integration/scoring/test_scoring.py @@ -81,8 +81,6 @@ def test_scoring_functions_register( def test_scoring_score(llama_stack_client): register_dataset(llama_stack_client, for_rag=True) - response = llama_stack_client.datasets.list() - assert len(response) == 1 # scoring individual rows rows = llama_stack_client.datasetio.get_rows_paginated( @@ -119,8 +117,6 @@ def test_scoring_score(llama_stack_client): def test_scoring_score_with_params_llm_as_judge(llama_stack_client, sample_judge_prompt_template, judge_model_id): register_dataset(llama_stack_client, for_rag=True) - response = llama_stack_client.datasets.list() - assert len(response) == 1 # scoring individual rows rows = llama_stack_client.datasetio.get_rows_paginated(