From d4ef34d816e79f2f7722a5899fe34be895c95509 Mon Sep 17 00:00:00 2001 From: JinHai-CN Date: Wed, 11 Mar 2020 16:58:43 +0800 Subject: [PATCH] Update test case format Signed-off-by: JinHai-CN --- tests/milvus_python_test/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/milvus_python_test/utils.py b/tests/milvus_python_test/utils.py index 1f584e0f..1a26fa8f 100644 --- a/tests/milvus_python_test/utils.py +++ b/tests/milvus_python_test/utils.py @@ -611,7 +611,7 @@ def get_search_param(index_type): return {"nprobe": 32} elif index_type == IndexType.HNSW: return {"ef": 64} - elif index_type == IndexType.RNSG: + elif index_type == IndexType.RNSG: return {"search_length": 50} else: logging.getLogger().info("Invalid index_type.") -- GitLab