[mlpack-svn] r15281 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jun 20 19:25:15 EDT 2013


Author: rcurtin
Date: 2013-06-20 19:25:15 -0400 (Thu, 20 Jun 2013)
New Revision: 15281

Modified:
   mlpack/trunk/src/mlpack/tests/pca_test.cpp
Log:
Oops, I forgot to remove the random seed from the test...


Modified: mlpack/trunk/src/mlpack/tests/pca_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/pca_test.cpp	2013-06-20 22:50:46 UTC (rev 15280)
+++ mlpack/trunk/src/mlpack/tests/pca_test.cpp	2013-06-20 23:25:15 UTC (rev 15281)
@@ -15,7 +15,6 @@
 using namespace std;
 using namespace arma;
 using namespace mlpack;
-using namespace mlpack::math;
 using namespace mlpack::pca;
 using namespace mlpack::distribution;
 
@@ -81,8 +80,6 @@
  */
 BOOST_AUTO_TEST_CASE(PCAScalingTest)
 {
-  RandomSeed(std::time(NULL));
-
   // Generate an artificial dataset in 3 dimensions.
   arma::mat data(3, 5000);
 




More information about the mlpack-svn mailing list