This is an automated email from the git hooks/post-receive script. lkajan pushed a commit to branch master in repository python-freecontact.
commit 60c566ca9b37d056e955506fe32f23add512506a Author: Laszlo Kajan <[email protected]> Date: Wed Jul 17 21:06:28 2013 +0200 raise precision tolerance --- test/test01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test01.py b/test/test01.py index 9dad5a7..552404e 100755 --- a/test/test01.py +++ b/test/test01.py @@ -48,7 +48,7 @@ class MyTestCase1(unittest.TestCase): num_threads = 1 evfold_24_42 = 0.0129471030086279 # 0-based indices - prec_threshold = 5e-5 + prec_threshold = 2e-4 timing = {} fcp = self.fc.Predictor(dbg = True) -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/python-freecontact.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
