#16968: Random failure in gaussian sampler
-------------------------------------+-------------------------------------
Reporter: vbraun | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: sage-6.4
Component: statistics | Resolution:
Keywords: random_fail | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/malb/t16968_random_gauss_failure | cb9e4cd0e932499786166d343e7a109005294296
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by fbissey):
While we are at follow up from that ticket. SAGE_ROOT doesn't belong to
module_list.py anymore. If you need it you are doing something wrong.
{{{
--- module_list.py.orig 2014-09-12 15:03:19.370250091 +1200
+++ module_list.py 2014-09-12 15:02:13.930114901 +1200
@@ -1998,10 +1998,9 @@
Extension('sage.stats.distributions.discrete_gaussian_integer',
sources =
['sage/stats/distributions/discrete_gaussian_integer.pyx',
'sage/stats/distributions/dgs_gauss_mp.c',
'sage/stats/distributions/dgs_gauss_dp.c',
'sage/stats/distributions/dgs_bern.c'],
- depends = ['sage/stats/distributions/dgs_gauss.h',
'sage/stats/distributions/dgs_bern.h'],
+ depends = ['sage/stats/distributions/dgs_misc.h',
'sage/stats/distributions/dgs_gauss.h',
'sage/stats/distributions/dgs_bern.h'],
libraries = ['gmp', 'mpfr'],
extra_compile_args=["-std=c99", "-D_XOPEN_SOURCE=600"],
- include_dirs = [SAGE_ROOT
+"/src/sage/stats/distributions"],
),
################################
}}}
I can get a different ticket, I am just venting my frustration a bit at
spending my time removing them.
--
Ticket URL: <http://trac.sagemath.org/ticket/16968#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.