This is an automated email from the git hooks/post-receive script. lkajan pushed a commit to branch master in repository libfreecontact-perl.
commit 3b155507b247f4554c80956663bb40c3a416e125 Author: Laszlo Kajan <[email protected]> Date: Mon Jul 15 18:18:05 2013 +0200 test 02 fixed - changes sent upstream --- t/02test.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02test.t b/t/02test.t index 7591f76..8dd3d8c 100644 --- a/t/02test.t +++ b/t/02test.t @@ -30,7 +30,7 @@ sub check_obj { my $res = FreeContact::Predictor->new(dbg => 1)->run(ali => \@aln, num_threads => $num_threads, timing => $timing); my $evfold_24_42 = 0.0129471030086279; # 0-based indices - my $prec_threshold = 5e-5; + my $prec_threshold = 2e-4; is(reftype($res), 'HASH'); -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/libfreecontact-perl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
