Ticket #886 (closed defect: fixed)
[with patch] 2.8.7-alpha0: doctest failure in rings/integer_mod.pyx (expecting wrong type)
| Reported by: | cwitty | Owned by: | failure |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-2.8.7 |
| Component: | doctest | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
A trivial doctest failure. On sage.math:
File "integer_mod.pyx", line 460:
sage: type(a.polynomial())
Expected:
<class 'sage.rings.polynomial.polynomial_element_generic.Polynomial_dense_mod_p'>
Got:
<type 'sage.rings.polynomial.polynomial_modn_dense_ntl.Polynomial_dense_mod_p'>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

