[opengm] 60/386: reduce default testset size

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:35:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit 4011970ca1b4f0a46e25afeb3b79db7924103d62
Author: Joerg Kappes <jkappes at goedel.(none)>
Date:   Tue Dec 16 11:07:19 2014 +0100

    reduce default testset size
---
 include/opengm/learning/dataset/testdatasets.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/opengm/learning/dataset/testdatasets.hxx b/include/opengm/learning/dataset/testdatasets.hxx
index 948fe1e..65e6831 100644
--- a/include/opengm/learning/dataset/testdatasets.hxx
+++ b/include/opengm/learning/dataset/testdatasets.hxx
@@ -23,7 +23,7 @@ namespace opengm {
          typedef typename GM::LabelType LabelType;
          typedef opengm::learning::Weights<ValueType> Weights;
 
-         TestDataset1(size_t numModels=10); 
+         TestDataset1(size_t numModels=5); 
       };
 
       template<class GM, class LOSS>
@@ -37,7 +37,7 @@ namespace opengm {
          typedef typename GM::LabelType LabelType;
          typedef opengm::learning::Weights<ValueType> Weights;
 
-         TestDataset2(size_t numModels=10); 
+         TestDataset2(size_t numModels=4); 
       };
 
 //***********************************

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list