We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b184798 commit 194da62Copy full SHA for 194da62
tests/cpp/epsilon_search_test.cpp
@@ -62,7 +62,7 @@ int main() {
62
assert(dist >=0 && dist <= epsilon2);
63
}
64
std::priority_queue<std::pair<float, hnswlib::labeltype>> result_brute =
65
- result_brute = alg_brute->searchKnn(query_data, max_elements);
+ alg_brute->searchKnn(query_data, max_elements);
66
67
// check recall
68
std::unordered_set<hnswlib::labeltype> gt_labels;
0 commit comments