[eclib] 01/02: Push the bound to an higher value in the patch to handle numerical noise on armel

Julien Puydt julien.puydt at laposte.net
Sat Nov 5 08:20:08 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository eclib.

commit 7a400a811a08a0afcc644604e35adff71812a218
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Nov 5 09:18:55 2016 +0100

    Push the bound to an higher value in the patch to handle numerical noise on armel
---
 debian/patches/egr_bound_small_to_zero.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/egr_bound_small_to_zero.patch b/debian/patches/egr_bound_small_to_zero.patch
index 898e87a..3c24bb2 100644
--- a/debian/patches/egr_bound_small_to_zero.patch
+++ b/debian/patches/egr_bound_small_to_zero.patch
@@ -9,7 +9,7 @@ Forwarded: yes
        cout << "CPS bound = " << cps << "\n";
        double egr_bound = egr_height_constant(CD);
 +      // numerical noise makes tests fail
-+      if (abs(egr_bound) < 1e-100)
++      if (abs(egr_bound) < 1e-30)
 +	egr_bound = 0;
        cout << "egr bound = " << egr_bound << "\n";
        bigint k;

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



More information about the debian-science-commits mailing list