mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Refine code comments (#14405)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/14412/head
parent
65c8360ebd
commit
0e56ce2d9f
|
@ -2726,7 +2726,7 @@ class TestSearchBase:
|
|||
def test_search_distance_hamming_flat_index(self, connect, binary_collection):
|
||||
"""
|
||||
target: search binary_collection, and check the result: distance
|
||||
method: compare the return distance value with value computed with Inner product
|
||||
method: compare the return distance with that computed with Inner product
|
||||
expected: the return distance equals to the computed value
|
||||
"""
|
||||
nq = 1
|
||||
|
|
Loading…
Reference in New Issue