[mlpack-git] master: Fixes minor typo in lsh_test.cpp (0d4b8f7)

gitdub at mlpack.org gitdub at mlpack.org
Thu Jun 9 04:11:25 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/2bd1227d0f41dd61e444f3c84c56eefd946014e2...4129a7c1d7432498b7d2e991fdeb63b3e3c46fe4

>---------------------------------------------------------------

commit 0d4b8f765b5715986c026cf054d79e306711f212
Author: Yannis Mentekidis <mentekid at gmail.com>
Date:   Thu Jun 9 11:11:25 2016 +0300

    Fixes minor typo in lsh_test.cpp


>---------------------------------------------------------------

0d4b8f765b5715986c026cf054d79e306711f212
 src/mlpack/tests/lsh_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/lsh_test.cpp b/src/mlpack/tests/lsh_test.cpp
index 7c597c5..30844d4 100644
--- a/src/mlpack/tests/lsh_test.cpp
+++ b/src/mlpack/tests/lsh_test.cpp
@@ -357,7 +357,7 @@ BOOST_AUTO_TEST_CASE(ComputeRecallTest)
     2 << arma::endr << 
     3 << arma::endr << 
     4 << arma::endr << 
-    7 << arma::endr << 
+    6 << arma::endr << 
     7 << arma::endr;
 
   BOOST_REQUIRE_CLOSE(lsh.ComputeRecall(base, q2), 0.6, 0.0001);




More information about the mlpack-git mailing list