Merge branch 'branch-0.5.1' into 'branch-0.5.0'

Format the code

See merge request megasearch/milvus!685

Former-commit-id: 853243085b31e4d1856e3a7c944f323a78a91263
pull/191/head
jinhai 2019-10-10 15:44:24 +08:00
commit 6769b6d960
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ INSTANTIATE_TEST_CASE_P(IVFParameters, IVFTest,
// std::make_tuple("GPUIVFPQ", ParameterType::ivfpq),
std::make_tuple("IVFSQ", ParameterType::ivfsq),
std::make_tuple("GPUIVFSQ", ParameterType::ivfsq),
std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid)));
std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid)));
void
AssertAnns(const kn::DatasetPtr& result, const int& nq, const int& k) {