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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Apr 26 14:54:18 EDT 2013


Author: rcurtin
Date: 2013-04-26 14:54:17 -0400 (Fri, 26 Apr 2013)
New Revision: 14964

Modified:
   mlpack/trunk/src/mlpack/tests/nmf_test.cpp
Log:
Widen tolerance even more.


Modified: mlpack/trunk/src/mlpack/tests/nmf_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/nmf_test.cpp	2013-04-26 15:53:16 UTC (rev 14963)
+++ mlpack/trunk/src/mlpack/tests/nmf_test.cpp	2013-04-26 18:54:17 UTC (rev 14964)
@@ -106,7 +106,7 @@
 
   for (size_t row = 0; row < 5; row++)
     for (size_t col = 0; col < 5; col++)
-      BOOST_REQUIRE_CLOSE(v(row, col), wh(row, col), 12.0);
+      BOOST_REQUIRE_CLOSE(v(row, col), wh(row, col), 13.0);
 }
 
 BOOST_AUTO_TEST_SUITE_END();




More information about the mlpack-svn mailing list