[opengm] 171/386: colon missing

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:37:24 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 705d2a9986c6b63ae16ae60f56c3810c9cc96cb1
Author: mschiegg <martin.schiegg at iwr.uni-heidelberg.de>
Date:   Fri Dec 19 15:46:58 2014 +0100

    colon missing
---
 src/interfaces/python/opengm/learning/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interfaces/python/opengm/learning/__init__.py b/src/interfaces/python/opengm/learning/__init__.py
index 0d2d061..c3b603e 100644
--- a/src/interfaces/python/opengm/learning/__init__.py
+++ b/src/interfaces/python/opengm/learning/__init__.py
@@ -83,7 +83,7 @@ def structMaxMarginLearner(dataset, regularizerWeight=1.0, minEps=1e-5, nSteps=0
         epsFromGap = False
         if epsStrategy == 'gap':
             epsFromGap = True
-        elif epsStrategy == 'change'
+        elif epsStrategy == 'change':
             epsFromGap = False
 
         param = learnerParamCls(regularizerWeight, minEps, nSteps, epsFromGap)

-- 
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