Skip to content

Commit 5ddb998

Browse files
committed
typo
1 parent 3b54ce5 commit 5ddb998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def test_query_normalize_cosine_distance(index, normalized_vector_query):
749749
assert 0 <= float(r["vector_distance"]) <= 1
750750

751751

752-
def test_query_normalize_cosine_distance_ip_distance(L2_index, normalized_vector_query):
752+
def test_query_normalize_cosine_distance_lp_distance(L2_index, normalized_vector_query):
753753

754754
res = L2_index.query(normalized_vector_query)
755755

0 commit comments

Comments
 (0)