Skip to content

Commit

Permalink
fix: remove list of list tests, no longer relevant after #1161 (#1205)
Browse files Browse the repository at this point in the history
# What does this PR do?

#1161 updated the embedding signature making the nested list tests
irrelevant
  • Loading branch information
mattf authored Feb 21, 2025
1 parent d2701b0 commit 46da187
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/client-sdk/inference/test_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# - array of a string
# - array of a image (ImageContentItem, either URL or base64 string)
# - array of a text (TextContentItem)
# - array of array of texts, images, or both
# Types of output:
# - list of list of floats
#
Expand All @@ -23,9 +22,6 @@
# - empty string
# - empty text
# - empty image
# - list of empty texts
# - list of empty images
# - list of empty texts and images
# - long
# - long string
# - long text
Expand All @@ -36,7 +32,6 @@
# - invalid
# - invalid URL
# - invalid base64
# - list of list of strings
#
# Notes:
# - use llama_stack_client fixture
Expand Down

0 comments on commit 46da187

Please sign in to comment.