Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 13, 2024
1 parent 4187238 commit 42cff9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,5 @@ def test_run(self):
embedding = result["embedding"]

assert isinstance(embedding, list)
assert len(embedding) == 383
assert len(embedding) == 384
assert all(isinstance(emb, float) for emb in embedding)

0 comments on commit 42cff9d

Please sign in to comment.