#5173: 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   |    Keywords:          
----------------------+-----------------------------------------------------
 Observed on cleo and iras:
 {{{
 sage -t -long "devel/sage/sage/rings/polynomial/polynomial_element.pyx"
 **********************************************************************
 File
 
"/home/mabshoff/build-3.3.alpha5/sage-3.3.alpha5-cleo/devel/sage/sage/rings/polynomial/polynomial_element.pyx",
 line 3418:
     sage: p.roots(ring=ComplexIntervalField(200))
 Expected:
     [(1.167303978261418684256045899854842180720560371525489039140082?, 1),
 (-0.76488443360058472602982318770854173032899665194736756700778? -
 0.35247154603172624931794709140258105439420648082424733283770?*I, 1),
 (-0.76488443360058472602982318770854173032899665194736756700778? +
 0.35247154603172624931794709140258105439420648082424733283770?*I, 1),
 (0.18123244446987538390180023778112063996871646618462304743774? -
 1.08395410131771066843034449298076657427364024315511565430114?*I, 1),
 (0.18123244446987538390180023778112063996871646618462304743774? +
 1.08395410131771066843034449298076657427364024315511565430114?*I, 1)]
 Got:
     [(1.167303978261418684256045899854842180720560371525489039140082?, 1),
 (0.18123244446987538390180023778112063996871646618462304743774? -
 1.08395410131771066843034449298076657427364024315511565430114?*I, 1),
 (-0.76488443360058472602982318770854173032899665194736756700778? -
 0.35247154603172624931794709140258105439420648082424733283770?*I, 1),
 (-0.76488443360058472602982318770854173032899665194736756700778? +
 0.35247154603172624931794709140258105439420648082424733283770?*I, 1),
 (0.18123244446987538390180023778112063996871646618462304743774? +
 1.08395410131771066843034449298076657427364024315511565430114?*I, 1)]
 **********************************************************************
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5173>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to