#9054: create a class for basic function_field arithmetic for Sage
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.5.1
Component: algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by mderickx):
Added an attachment that fixes all but three doctest failures. The
remaining failures are:
{{{
sage -t "devel/sage-mderickx/sage/modular/abvar/morphism.py" # 1 failure
sage -t "devel/sage-mderickx/sage/modular/abvar/finite_subgroup.py" # 1
failure
sage -t "devel/sage-main/sage/modular/modform/hecke_operator_on_qexp.py"
# 1 failure
}}}They are all related since their error messages all end in:{{{
File "/Applications/sage/local/lib/python/site-
packages/sage/modules/free_module.py", line 4700, in _echelonized_basis
d = self._denominator(basis) File
"/Applications/sage/local/lib/python/site-
packages/sage/modules/free_module.py", line 4810, in _denominator d
= d.lcm(x.denominator()) !AttributeError: 'int' object has no attribute
'lcm'}}}It would be nice if someone who has a better understanding of sage
to fix this final bug, since then we would have no doctests failing
anymore for this patch.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9054#comment:16>
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.