[mlpack] 317/324: How did I accidentally remove two lines? I'm not actually sure.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:22 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 0bf8a9bcb04953eda4d3c8cd92e07ba3c2c08035
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Thu Aug 14 18:35:48 2014 +0000
How did I accidentally remove two lines? I'm not actually sure.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17030 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/tests/arma_extend_test.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mlpack/tests/arma_extend_test.cpp b/src/mlpack/tests/arma_extend_test.cpp
index 6bc7dff..13c7246 100644
--- a/src/mlpack/tests/arma_extend_test.cpp
+++ b/src/mlpack/tests/arma_extend_test.cpp
@@ -35,6 +35,8 @@ BOOST_AUTO_TEST_CASE(InplaceReshapeColumnTest)
* Make sure we can reshape a large matrix.
*/
BOOST_AUTO_TEST_CASE(InplaceReshapeMatrixTest)
+{
+ arma::mat X;
X.randu(8, 10);
arma::mat oldX = X;
--
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