Re: [sage-devel] Subfield generated by 0: segmentation fault

2016-07-11 Thread Vincent Delecroix
This is a bug in the pari version we use. See http://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=1832 Vincent -- 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] Subfield generated by 0: segmentation fault

2016-07-11 Thread Vincent Delecroix
I opened the trac ticket #21000 -- 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 email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-

Re: [sage-devel] Subfield generated by 0: segmentation fault

2016-07-11 Thread Vincent Delecroix
On 10/07/16 12:54, John Cremona wrote: On 2 July 2016 at 11:11, Jeroen Sijsling wrote: Hello, In Sage 7.2 I get the following error: R. = PolynomialRing(QQ) pol_rep = [1, -12, 70, -264, 757, -1872, 4258, -8796, 15922, -24900, 33886, -40608, 43117, -40608, 33886, -24900, 15922, -8796, 4258, -

Re: [sage-devel] Doc-testing ouptut with dots

2016-07-11 Thread Kwankyu Lee
> > But one's interface shouldn't be dictated by what the doctester can > and can't do. I agree. > Does anyone know if there's a reason the standard > doctest flags (like #doctest: -ELLIPSES) don't work properly in Sage's > tests? > I investigated this. The doctest options(flags) is imp

Re: [sage-devel] Re: Trac again...

2016-07-11 Thread Erik Bray
On Sat, Jul 9, 2016 at 5:48 PM, Travis Scrimshaw wrote: > > > On Friday, July 8, 2016 at 3:39:59 AM UTC-5, Jori Mäntysalo wrote: >> >> What is wrong with https://trac.sagemath.org/ticket/20980 ? >> >> The branch field is red, but I think I did nothing unusual. Also I got an >> error message about

Re: [sage-devel] Doc-testing ouptut with dots

2016-07-11 Thread Erik Bray
On Mon, Jul 11, 2016 at 1:21 PM, Andrew wrote: > Thanks David and Erik for your replies. I could not disable the doct-tests > so I have changed my output to: > > sage: print(CartanType(['A', oo]).ascii_art()) > ..---O---O---O---O---O---O---O---.. > -3 -2 -1 0 1 2 3 > > > which I thin

Re: [sage-devel] Doc-testing ouptut with dots

2016-07-11 Thread Andrew
Thanks David and Erik for your replies. I could not disable the doct-tests so I have changed my output to: sage: print(CartanType(['A', oo]).ascii_art()) ..---O---O---O---O---O---O---O---.. -3 -2 -1 0 1 2 3 which I think is good enough. Andrew On Friday, 8 July 2016 10:34:31