#18157: Random failure in coerce_action.pyx
-------------------------+-------------------------------------------------
Reporter: | Owner:
vbraun | Status: needs_work
Type: | Milestone: sage-6.6
defect | Resolution:
Priority: major | Merged in:
Component: | Reviewers: Simon King
coercion | Work issues: Find underlying problem for
Keywords: | elliptic curve problem, or open a new ticket
random_fail | for it
Authors: | Commit:
Report Upstream: N/A | ced7bfcc760e2fb362b2a382a22a94e02f996f9b
Branch: | Stopgaps:
public/18157 |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by SimonKing):
I don't see a problem with the elliptic curve example:
{{{
sage: import gc
sage: E = EllipticCurve(GF(5), [4,0])
sage: gc.collect()
156
sage: P = E.random_element()
sage: gc.collect()
0
sage: (-2^63)*P
(0 : 1 : 0)
}}}
So, why should it be changed?
--
Ticket URL: <http://trac.sagemath.org/ticket/18157#comment:13>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.