#19498: Random failure in Integers(15).fraction_field()
-------------------------------+-------------------------
Reporter: jdemeyer | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-6.10
Component: categories | Resolution:
Keywords: random_fail | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
-------------------------------+-------------------------
Comment (by tscrim):
My guess is that it depends on the order of the doctests and
`Integers(15)` never being cleared from the cache:
{{{
sage: Integers(15, is_field=True)
Ring of integers modulo 15
sage: Integers(15).fraction_field()
Ring of integers modulo 15
6738
sage: gc.collect()
0
sage: Integers(15).fraction_field()
Ring of integers modulo 15
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/19498#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 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.