Skip to content

Commit

Permalink
Fixing another cagra threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Oct 18, 2023
1 parent 0f2ec3c commit 06d62a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/test/neighbors/ann_cagra.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class AnnCagraTest : public ::testing::TestWithParam<AnnCagraInputs> {
distances_Cagra,
ps.n_queries,
ps.k,
0.005,
0.003,
min_recall));
EXPECT_TRUE(eval_distances(handle_,
database.data(),
Expand Down Expand Up @@ -628,7 +628,7 @@ class AnnCagraFilterTest : public ::testing::TestWithParam<AnnCagraInputs> {
distances_Cagra,
ps.n_queries,
ps.k,
0.001,
0.003,
min_recall));
EXPECT_TRUE(eval_distances(handle_,
database.data(),
Expand Down

0 comments on commit 06d62a3

Please sign in to comment.