From 25622760ed9bc59fd4c605c70b0a3cbed130ce30 Mon Sep 17 00:00:00 2001 From: searchivairus Date: Sat, 3 Feb 2018 09:44:29 -0500 Subject: [PATCH] ok, nudging this a bit more to succeed with integration tests. --- similarity_search/test/test_integr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/similarity_search/test/test_integr.cc b/similarity_search/test/test_integr.cc index a28111e..aef7aff 100644 --- a/similarity_search/test/test_integr.cc +++ b/similarity_search/test/test_integr.cc @@ -185,7 +185,7 @@ vector vTestCaseDesc = { // Proj. VP-tree MethodTestCase(DIST_TYPE_FLOAT, "l2", "final8_10K.txt", "proj_vptree", false, "projType=perm,projDim=4", "alphaLeft=2,alphaRight=2,dbScanFrac=0.1", - 1 /* KNN-1 */, 0 /* no range search */ , 0.4, 0.7, 0.5, 4, 8, 12), + 1 /* KNN-1 */, 0 /* no range search */ , 0.4, 0.7, 0.5, 4.2, 8, 12), MethodTestCase(DIST_TYPE_FLOAT, "l2", "final8_10K.txt","pp-index", false, "numPivot=4,prefixLength=4", "minCandidate=100", 1 /* KNN-1 */, 0 /* no range search */ , 0.8, 1.0, 0.1, 2, 3, 8),