Re: [sage-devel] Re: failed test with maxima

2014-06-26 Thread Nathann Cohen
> Help! The combinatorial design malediction! Soon all will be touched. Our patches are spreading with every release. Nathann -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [sage-devel] Re: failed test with maxima

2014-06-26 Thread Vincent Delecroix
2014-06-25 11:06 UTC+02:00, Nathann Cohen : > I have the very same problem : Help! The combinatorial design malediction! -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Re: [sage-devel] Re: failed test with maxima

2014-06-25 Thread Nathann Cohen
And for some reason I get this bug when I run "sage -tp 4 -l sage/" but not when I run "make ptestlong" O_o Nathann On 25 June 2014 11:06, Nathann Cohen wrote: > Hello ! > > I have the very same problem : > > sage -t --long calculus/desolvers.py # 8 doctests failed > > ~/sage$ sage -t --long ca

Re: [sage-devel] Re: failed test with maxima

2014-06-14 Thread Vincent Delecroix
2014-06-14 22:19 UTC+02:00, leif : > Vincent Delecroix wrote: >> 2014-06-14 21:35 UTC+02:00, leif : >>> What does >>> >>> $ ./sage --maxima --batch-string "load('dynamics);" >>> give? >> >> Looks like the same error >> >> $ sage --maxima --batch-string "load('dynamics);" >> ;;; Loading #P"/opt/sage

Re: [sage-devel] Re: failed test with maxima

2014-06-14 Thread Vincent Delecroix
2014-06-14 22:00 UTC+02:00, Dima Pasechnik : > On 2014-06-14, Vincent Delecroix <20100.delecr...@gmail.com> wrote: >> Thanks Leif for your answer. >> >> 2014-06-14 21:35 UTC+02:00, leif : >>> Vincent Delecroix wrote: I use everyday a sage-6.3.beta3. Nevertheless, it just appears to me tha

Re: [sage-devel] Re: failed test with maxima

2014-06-14 Thread Vincent Delecroix
Thanks Leif for your answer. 2014-06-14 21:35 UTC+02:00, leif : > Vincent Delecroix wrote: >> I use everyday a sage-6.3.beta3. Nevertheless, it just appears to me >> that some of the doctests fail in calculus/desolvers.py because maxima >> "fails to load the package dynamics": >> >> sage -t calcul