I tried sage -t --verbose, and it appears to freeze on the following test:

> Trying:
> polar_plot([(RealNumber('1.2')+k*RealNumber('0.2'))*log(x) for k in 
> range(Integer(6))], Integer(1), Integer(3) * pi,
> fill = {Integer(0): [Integer(1)], Integer(2): [Integer(3)], Integer(4): 
> [Integer(5)]})###line 2231:_sage_    >>>
>  polar_plot([(1.2+k*0.2)*log(x) for k in range(6)],*** *** Error: TIMED OUT! 
> PROCESS KILLED! *** ***
> *** *** Error: TIMED OUT! *** ***
>        [360.6 s]
> exit code: 1024

Does that seem related to the bug you described, Michael?

Also, where can I get the Sage release candidates? I feel stupid not
knowing this for so long :).

--
Bill

On Fri, Apr 17, 2009 at 8:33 PM, William Stein <wst...@gmail.com> wrote:
>
> On Fri, Apr 17, 2009 at 7:08 PM, William Cauchois
> <wcauc...@u.washington.edu> wrote:
>>
>> Hi,
>>
>> I'm having trouble running the unit tests on "sage/plot/plot.py"
>> (using sage -t; this is Sage 3.4). The tests consistently time out
>> after about 360 seconds. Is this because my computer is slow (I've got
>> a 2.2 GHz Core2 Duo processor and 2 gigs of RAM), or are the unit
>> tests flawed? Does anyone have any ideas?
>>
>> --
>
> What happens when you do
>
>   sage -t --verbose sage/plot/plot.py
>
> ?
>
> William
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to