[mlpack-git] master: How did I accidentally remove two lines? I'm not actually sure. (69fea5f)

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


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 69fea5fce6cf4f857af857073e6ae27637f153d7
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Aug 14 18:35:48 2014 +0000

    How did I accidentally remove two lines?  I'm not actually sure.


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

69fea5fce6cf4f857af857073e6ae27637f153d7
 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;
 



More information about the mlpack-git mailing list