mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip e2e] Modify code comment (#14366)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
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
Block a user