mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Refine code comments (#14547)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/14551/head
parent
eb7dcf9ed3
commit
c5c38bdb2e
|
@ -2781,7 +2781,7 @@ class TestSearchBase:
|
|||
def test_search_distance_superstructure_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