[mlpack-git] master, mlpack-1.0.x: Widen tolerances ... again. (ced91b1)

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


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit ced91b1bece5e8507e99c46a5b876e25e944b626
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Feb 21 23:12:47 2014 +0000

    Widen tolerances ... again.


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

ced91b1bece5e8507e99c46a5b876e25e944b626
 src/mlpack/tests/nmf_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/nmf_test.cpp b/src/mlpack/tests/nmf_test.cpp
index 59d1ec7..6e5f188 100644
--- a/src/mlpack/tests/nmf_test.cpp
+++ b/src/mlpack/tests/nmf_test.cpp
@@ -106,7 +106,7 @@ BOOST_AUTO_TEST_CASE(NMFALSTest)
 
   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-git mailing list