From 5d43a43fd20f86f54fab6e97b5f1e5834fc782f6 Mon Sep 17 00:00:00 2001 From: Apoorv Vyas Date: Tue, 24 Nov 2020 11:49:19 +0100 Subject: [PATCH] Increase number of iterations for test --- tests/clustering/hamming/test_python_api_gpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/clustering/hamming/test_python_api_gpu.py b/tests/clustering/hamming/test_python_api_gpu.py index 77d4a14..c0afb2e 100644 --- a/tests/clustering/hamming/test_python_api_gpu.py +++ b/tests/clustering/hamming/test_python_api_gpu.py @@ -141,7 +141,7 @@ def test_masked_clustering(self): k=20 n_buckets=31 - n_iterations=10 + n_iterations=20 n_points = L * N * H