Skip to content

Commit

Permalink
reduce threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 31, 2023
1 parent 0d6597d commit c4eb9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/neighbors/ann_nn_descent.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ const std::vector<AnnNNDescentInputs> inputs = raft::util::itertools::product<An
{32, 64}, // graph_degree
{raft::distance::DistanceType::L2Expanded},
{false, true},
{0.92});
{0.90});

} // namespace raft::neighbors::experimental::nn_descent

0 comments on commit c4eb9e0

Please sign in to comment.