[mlpack] 126/207: Minor style fixes (tabs to spaces, formatting).
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Mar 23 17:53:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 64a3bb2dea7efd5de1d9adf5ee0f02be6493e625
Author: Ryan Curtin <ryan at ratml.org>
Date: Sun Mar 5 21:32:10 2017 -0500
Minor style fixes (tabs to spaces, formatting).
---
src/mlpack/tests/load_save_test.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/mlpack/tests/load_save_test.cpp b/src/mlpack/tests/load_save_test.cpp
index 2e59db1..eef18e6 100644
--- a/src/mlpack/tests/load_save_test.cpp
+++ b/src/mlpack/tests/load_save_test.cpp
@@ -1599,11 +1599,10 @@ BOOST_AUTO_TEST_CASE(BadDatasetInfoARFFTest)
remove("test.arff");
}
-/*
- A test to check whether the arff loader is case insensitive to declarations:
- @relation, @attribute, @data.
-*/
-
+/**
+ * A test to check whether the arff loader is case insensitive to declarations:
+ * @relation, @attribute, @data.
+ */
BOOST_AUTO_TEST_CASE(CaseTest)
{
arma::mat dataset;
@@ -1614,7 +1613,6 @@ BOOST_AUTO_TEST_CASE(CaseTest)
BOOST_CHECK_EQUAL(dataset.n_rows, 2);
BOOST_CHECK_EQUAL(dataset.n_cols, 3);
-
}
BOOST_AUTO_TEST_SUITE_END();
--
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