From 4035534de459fc584b5a769752ad7b6d8bc85bbd Mon Sep 17 00:00:00 2001 From: Divye Gala Date: Tue, 31 Oct 2023 16:51:35 -0400 Subject: [PATCH] Reduce NN Descent test threshold (#1946) Recently we have been noticing intermittent nightly failures in NN Descent tests that appear even when increasing the number of iterations. This is believed to be a result of non-determinism in the algorithm itself rather than a result of stochasticity, and so it cannot be seeded out. This PR attempts to fix the intermittent failures by slightly reducing the threshold. Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/raft/pull/1946 --- cpp/test/neighbors/ann_nn_descent.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/test/neighbors/ann_nn_descent.cuh b/cpp/test/neighbors/ann_nn_descent.cuh index c06823993e..85574442ad 100644 --- a/cpp/test/neighbors/ann_nn_descent.cuh +++ b/cpp/test/neighbors/ann_nn_descent.cuh @@ -151,6 +151,6 @@ const std::vector inputs = raft::util::itertools::product