Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adolkhan committed Aug 15, 2023
1 parent 014e09c commit 4d7bfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/core/vectorstore/test_deeplake_vectorstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ def test_query_dim(local_path):
)

vector_store.add(text=texts, embedding=embeddings)
with pytest.raises(AssertionError):
with pytest.raises(NotImplementedError):
vector_store.search([texts[0], texts[0]], embedding_fn3, k=1)

vector_store.search([texts[0]], embedding_fn4, k=1)
Expand Down

0 comments on commit 4d7bfa8

Please sign in to comment.