Skip to content

Commit

Permalink
test: update test cases (milvus-io#32780)
Browse files Browse the repository at this point in the history
Signed-off-by: nico <[email protected]>
  • Loading branch information
NicoYuan1986 authored May 6, 2024
1 parent b9713f9 commit b0ebc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python_client/testcases/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -7570,7 +7570,7 @@ def test_range_search_after_different_index_with_params(self, index):
expected: search successfully with limit(topK)
"""
# 1. initialize with data
dim = 100
dim = 96
enable_dynamic_field = False
collection_w, _, _, insert_ids, time_stamp = self.init_collection_general(prefix, True, 5000,
partition_num=1,
Expand Down Expand Up @@ -7612,7 +7612,7 @@ def test_range_search_after_index_different_metric_type(self, index):
if index == "SCANN":
pytest.skip("https://github.com/milvus-io/milvus/issues/32648")
# 1. initialize with data
dim = 200
dim = 208
collection_w, _, _, insert_ids, time_stamp = self.init_collection_general(prefix, True, 5000,
partition_num=1,
dim=dim, is_index=False)[0:5]
Expand Down

0 comments on commit b0ebc50

Please sign in to comment.