#7276: Fix PPC issues in totallyreal_rel.py
-----------------------------+----------------------------------------------
Reporter: kcrisman | Owner: davidloeffler
Type: defect | Status: new
Priority: major | Milestone: sage-4.2.1
Component: number fields | Keywords: PPC, powerpc, lattice
Work_issues: | Author:
Reviewer: | Merged:
-----------------------------+----------------------------------------------
Comment(by GeorgSWeber):
The file "devel/sage/sage/rings/number_field/totallyreal_rel.py" has five
functions, and only three of these have doctests. The problem in this
ticket is with one these, which is an internal function not used
elsewhere. From what I guess from the code, it is meant to be called with
"inexact" bounds --- see the use of "eps_global".
So we might "heal" this internal function by using some kind of interval
technique --- but the price could be high, i.e. slowing down the algorithm
where this internal function is intended to be used.
I rather propose to heal the doctest by giving bounds [-0.1, 5.1] ...
instead of [0, 5] ..., which most probably is far closer to the actual
intended usage than the current doctest.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7276#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---