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 =)

-- 
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.


Reply via email to