mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Refine test comment (#14365)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/14373/head
parent
30382d8bf9
commit
12f0a7a347
|
@ -2694,7 +2694,7 @@ class TestSearchBase:
|
||||||
def test_search_distance_jaccard_flat_index(self, connect, binary_collection):
|
def test_search_distance_jaccard_flat_index(self, connect, binary_collection):
|
||||||
"""
|
"""
|
||||||
target: search binary_collection, and check the result: distance
|
target: search binary_collection, and check the result: distance
|
||||||
method: compare the return distance value with value computed with L2
|
method: compare the return distance with that computed with L2
|
||||||
expected: the return distance equals to the computed value
|
expected: the return distance equals to the computed value
|
||||||
"""
|
"""
|
||||||
nq = 1
|
nq = 1
|
||||||
|
|
Loading…
Reference in New Issue