[mlpack-git] master, mlpack-1.0.x: Lengthen comments that weren't 80 columns long. This may be the most trivial fix ever in my long, decorated history of trivial commits. (40f65e4)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:52:36 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 40f65e4c73a4fd1caa83f017aa797203e5d7af47
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jul 9 20:26:16 2014 +0000

    Lengthen comments that weren't 80 columns long.  This may be the most trivial
    fix ever in my long, decorated history of trivial commits.


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

40f65e4c73a4fd1caa83f017aa797203e5d7af47
 src/mlpack/tests/perceptron_test.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mlpack/tests/perceptron_test.cpp b/src/mlpack/tests/perceptron_test.cpp
index 7570e30..d9265c7 100644
--- a/src/mlpack/tests/perceptron_test.cpp
+++ b/src/mlpack/tests/perceptron_test.cpp
@@ -94,8 +94,8 @@ BOOST_AUTO_TEST_CASE(Random3)
 }
 
 /**
- * This tests the convergence of the perceptron on a dataset
- * which has only TWO points which belong to different classes.
+ * This tests the convergence of the perceptron on a dataset which has only TWO
+ * points which belong to different classes.
  */
 BOOST_AUTO_TEST_CASE(TwoPoints)
 {
@@ -119,8 +119,8 @@ BOOST_AUTO_TEST_CASE(TwoPoints)
 }
 
 /**
- * This tests the convergence of the perceptron on a dataset
- * which has a non-linearly separable dataset.
+ * This tests the convergence of the perceptron on a dataset which has a
+ * non-linearly separable dataset.
  */
 BOOST_AUTO_TEST_CASE(NonLinearlySeparableDataset)
 {



More information about the mlpack-git mailing list