Skip to content

Commit

Permalink
remove invalid code
Browse files Browse the repository at this point in the history
  • Loading branch information
spikechroma committed Sep 11, 2024
1 parent c7e036c commit ec37c1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chromadb/test/property/test_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,10 +802,6 @@ def test_autocasting_validate_embeddings_for_compatible_types(
supported_types: List[Any],
) -> None:
embds = strategies.create_embeddings(10, 10, supported_types)
<<<<<<< HEAD

=======
>>>>>>> c9b8f2d7 (remove normalize embeddings func)
validated_embeddings = validate_embeddings(maybe_cast_one_to_many_embedding(embds)) # type: ignore[arg-type]
assert all(
[
Expand Down

0 comments on commit ec37c1a

Please sign in to comment.