#7532: "return NotImplementedError" in ring.pyx
-------------------------------+--------------------------------------------
Reporter: was | Owner: cremona
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.1
Component: elliptic curves | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
-------------------------------+--------------------------------------------
Changes (by jhpalmieri):
* owner: AlexGhitza => cremona
* component: algebra => elliptic curves
* work_issues: Close if #7535 does =>
Comment:
Given the patches at #7535, the one remaining case of this is the one in
ring.pyx. If I make the change from
{{{
return NotImplementedError
}}}
to
{{{
raise NotImplementedError
}}}
there, I get doctest failures in the files
{{{
sage -t -long
"devel/sage/sage/schemes/elliptic_curves/monsky_washnitzer.py"
sage -t -long "devel/sage/sage/schemes/elliptic_curves/padics.py"
sage -t -long
"devel/sage/sage/schemes/elliptic_curves/sha_tate.py"
}}}
and maybe some others in this directory.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7532#comment:6>
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.