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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Feb 21 18:12:48 EST 2014


Author: rcurtin
Date: Fri Feb 21 18:12:47 2014
New Revision: 16328

Log:
Widen tolerances ... again.


Modified:
   mlpack/trunk/src/mlpack/tests/nmf_test.cpp

Modified: mlpack/trunk/src/mlpack/tests/nmf_test.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/tests/nmf_test.cpp	(original)
+++ mlpack/trunk/src/mlpack/tests/nmf_test.cpp	Fri Feb 21 18:12:47 2014
@@ -106,7 +106,7 @@
 
   for (size_t row = 0; row < 20; row++)
     for (size_t col = 0; col < 20; col++)
-      BOOST_REQUIRE_CLOSE(v(row, col), wh(row, col), 15.0);
+      BOOST_REQUIRE_CLOSE(v(row, col), wh(row, col), 18.0);
 }
 
 /**



More information about the mlpack-svn mailing list