[mlpack-git] master: Remove extra line and extra spaces. (eef1795)

gitdub at mlpack.org gitdub at mlpack.org
Thu Jun 30 15:20:32 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/812048c7c6bee0b6c8d936677f23bbb5930c6cfc...a50784d84b26721c5c76b68fcd39dd42ec673254

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

commit eef17952d56ef1e6a63fdff7dc83d059ccddca48
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Jun 30 15:20:32 2016 -0400

    Remove extra line and extra spaces.


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

eef17952d56ef1e6a63fdff7dc83d059ccddca48
 src/mlpack/tests/lsh_test.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mlpack/tests/lsh_test.cpp b/src/mlpack/tests/lsh_test.cpp
index bac6801..4431f94 100644
--- a/src/mlpack/tests/lsh_test.cpp
+++ b/src/mlpack/tests/lsh_test.cpp
@@ -611,7 +611,6 @@ BOOST_AUTO_TEST_CASE(MultiprobeDeterministicTest)
       neighbors.col(0) >= N / 4 && neighbors.col(0) < N / 2));
 }
 
-
 BOOST_AUTO_TEST_CASE(LSHTrainTest)
 {
   // This is a not very good test that simply checks that the re-trained LSH
@@ -711,7 +710,7 @@ BOOST_AUTO_TEST_CASE(RecallTestIncorrect)
 
 /**
  * Test: If given a vector of wrong shape, ComputeRecall should throw an
- * exception
+ * exception.
  */
 BOOST_AUTO_TEST_CASE(RecallTestException)
 {




More information about the mlpack-git mailing list