Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan committed Oct 16, 2024
1 parent 70c0f0f commit 58eaec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/test/unit_api_ivf_pq_index.cc
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ TEST_CASE(
{2, .5f, .6f},
{5, .7f, .7f},
{10, .75f, .9f},
{100, .8f, 1.f}}) {
{100, .78f, 1.f}}) {
auto&& [distances, ids] = index.query(query_set, k_nn, nprobe);
auto intersections = count_intersections(ids, groundtruth_set, k_nn);
CHECK(
Expand Down

0 comments on commit 58eaec4

Please sign in to comment.