On Friday, November 30, 2012 11:23:55 PM UTC+1, Michael Orlitzky wrote: > > I accidentally noticed that most of the doctests for this module were > testing the flint implementation instead: > > http://trac.sagemath.org/sage_trac/ticket/13781 > > The patch is straight-forward, but there's a hidden issue that the > doctests should have caught: > > sage: R.<x> = PolynomialRing(Integers(101), implementation='ntl') > sage: ~x > ... > TypeError: Cannot convert > sage.rings.polynomial.polynomial_modn_dense_ntl.Polynomial_dense_mod_p > to sage.rings.polynomial.polynomial_zmod_flint.Polynomial_zmod_flint > > Help =) > > Not sure it could matter, but FLINT is currently being upgraded from 1.5 to 2.3, so it might be more sensible to work with the new FLINT spkg to avoid the trouble of wasting time with a fix which might get obsolete real fast (hopefully). See the FLINT 2.3. ticket at #12173.
-- You received this message because you are subscribed to the Google Groups "sage-devel" group. 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. Visit this group at http://groups.google.com/group/sage-devel?hl=en.