未验证 提交 fdb08434 编写于 作者: B binbin 提交者: GitHub

[skip ci] Refine test comments (#13055)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 cef343f2
......@@ -1837,7 +1837,7 @@ class TestCollectionSearch(TestcaseBase):
# 4. search with different expressions
expression = f"{default_bool_field_name} == {bool_type}"
log.info("test_search_with_expression_bool: searching with expression: %s" % expression)
log.info("test_search_with_expression_bool: searching with bool expression: %s" % expression)
vectors = [[random.random() for _ in range(dim)] for _ in range(default_nq)]
search_res, _ = collection_w.search(vectors[:default_nq], default_search_field,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册