mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
remove prints
This commit is contained in:
parent
38186f7903
commit
ae75eb0f95
2 changed files with 0 additions and 4 deletions
|
@ -147,8 +147,6 @@ async def test_scoring_score(scoring_settings, provider_scoring_functions):
|
|||
scoring_functions=list(provider_scoring_functions[provider_type]),
|
||||
)
|
||||
|
||||
print("RESPONSE", response)
|
||||
|
||||
assert len(response.results) == len(provider_scoring_functions[provider_type])
|
||||
for x in provider_scoring_functions[provider_type]:
|
||||
assert x in response.results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue