Ticket #886 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[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

6932.patch Download (0.9 KB) - added by cwitty 2 years ago.

Change History

Changed 2 years ago by cwitty

Changed 2 years ago by cwitty

  • summary changed from 2.8.7-alpha0: doctest failure in rings/integer_mod.pyx (expecting wrong type) to [with patch] 2.8.7-alpha0: doctest failure in rings/integer_mod.pyx (expecting wrong type)

The obvious fix.

Changed 2 years ago by was

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.