[mlpack-git] master: Comment out the convolution test. (df9446c)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Sep 3 08:43:34 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/c55ce61bb4ace3ddfe1974e9a4cb2700906b1d7e...df9446c5a37c0de0955b6e1f20983cdcf611074c

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

commit df9446c5a37c0de0955b6e1f20983cdcf611074c
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Thu Sep 3 14:43:28 2015 +0200

    Comment out the convolution test.


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

df9446c5a37c0de0955b6e1f20983cdcf611074c
 src/mlpack/tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/CMakeLists.txt b/src/mlpack/tests/CMakeLists.txt
index fa65a7d..7ad44ac 100644
--- a/src/mlpack/tests/CMakeLists.txt
+++ b/src/mlpack/tests/CMakeLists.txt
@@ -10,7 +10,7 @@ add_executable(mlpack_test
   aug_lagrangian_test.cpp
   cf_test.cpp
   cli_test.cpp
-  convolutional_network_test.cpp
+#  convolutional_network_test.cpp
   cosine_tree_test.cpp
   decision_stump_test.cpp
   det_test.cpp



More information about the mlpack-git mailing list