mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify code comment (#14366)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/14373/head
parent
12f0a7a347
commit
b3b7adaf8e
|
@ -2712,7 +2712,7 @@ class TestSearchBase:
|
|||
def test_search_binary_flat_with_L2(self, connect, binary_collection):
|
||||
"""
|
||||
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
|
||||
"""
|
||||
nq = 1
|
||||
|
|
Loading…
Reference in New Issue