[mlpack] 164/324: Lengthen comments that weren't 80 columns long. This may be the most trivial fix ever in my long, decorated history of trivial commits.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 600d289734bba3c6c865d62db209d41bb2c2635a
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
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.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16803 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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)
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list