[mlpack-git] master: Fix syntax. (c0f44ee)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:15:42 EST 2015


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

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

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

commit c0f44eeacd423e55a0aa585ec397a41debd7e2e2
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Feb 6 16:38:34 2015 -0500

    Fix syntax.


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

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

diff --git a/src/mlpack/tests/save_restore_utility_test.cpp b/src/mlpack/tests/save_restore_utility_test.cpp
index 2ba9718..6350ac9 100644
--- a/src/mlpack/tests/save_restore_utility_test.cpp
+++ b/src/mlpack/tests/save_restore_utility_test.cpp
@@ -144,7 +144,7 @@ BOOST_AUTO_TEST_CASE(SaveArmaMat)
 
   for (size_t row = 0; row < matrix.n_rows; ++row)
     for (size_t column = 0; column < matrix.n_cols; ++column)
-      BOOST_REQUIRE_CLOSE(matrix(row,column), matrix2(row,column), 1e-5);
+      BOOST_REQUIRE_CLOSE(matrix(row, column), matrix2(row, column), 1e-5);
 
   delete sRM;
 }



More information about the mlpack-git mailing list