[sage-devel] Re: make test failure (possible solution)

2007-06-19 Thread William Stein
On 6/19/07, Michel <[EMAIL PROTECTED]> wrote: > > William, > > A while ago I reported that the implementation of > > RR(0).exact_rational() > > made some machines run out of memory, giving weird > doctest errors. > > You posted a patch (special casing zero) but I now see > in the source of sage-2.

[sage-devel] Re: make test failure (possible solution)

2007-06-19 Thread Jonathan Bober
I can confirm that this seems to be what is going on. Usually, when I run ./sage -t devel/sage-main/sage/rings/real_mpfr.pyx all of my memory gets eaten up. It worked just fine once, but never again. And I just tried RR(0).exact_rational() which causes the same problems. On Tue, 2007-06-19

[sage-devel] Re: make test failure (possible solution)

2007-06-19 Thread Michel
William, A while ago I reported that the implementation of RR(0).exact_rational() made some machines run out of memory, giving weird doctest errors. You posted a patch (special casing zero) but I now see in the source of sage-2.6 you forgot to apply it. Can you please apply! Regards, Michel