#5173: [with patch, needs review] Sage 3.3.a5: doctest failure in
sage/rings/polynomial/polynomial_element.pyx due to print order of roots
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.3
Component: doctest | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Changes (by cwitty):
* summary: Sage 3.3.a5: doctest failure in
sage/rings/polynomial/polynomial_element.pyx
due to print order of roots => [with patch,
needs review] Sage 3.3.a5: doctest failure in
sage/rings/polynomial/polynomial_element.pyx
due to print order of roots
Comment:
The code didn't do the right thing at all with ComplexIntervalField(200),
because it was trying to compare incomparable values, so it fell back to
comparing the types. Fixed in the attached patch by adding an explicit
conversion to the appropriate type.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5173#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---