#9108: Mark long doctests in rings/polynomial/symmetric_ideal
-----------------------------------+----------------------------------------
Reporter: leif | Owner: malb
Type: defect | Status: positive_review
Priority: minor | Milestone: sage-4.4.3
Component: commutative algebra | Keywords: time-out, doctest, symmetric
ideal, symmetric_ideal
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
Changes (by cremona):
* status: needs_review => positive_review
Comment:
Before applying the patch to 4.4.3.alpha0:
{{{
j...@selmer%sage -t sage/rings/polynomial/symmetric_ideal.py
sage -t "sage/rings/polynomial/symmetric_ideal.py"
[110.8 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 110.8 seconds
j...@selmer%sage -t -long sage/rings/polynomial/symmetric_ideal.py
sage -t -long "sage/rings/polynomial/symmetric_ideal.py"
[109.8 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 109.8 seconds
}}}
and after:
{{{
j...@selmer%sage -t sage/rings/polynomial/symmetric_ideal.py sage -t
"sage/rings/polynomial/symmetric_ideal.py"
[16.5 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 16.5 seconds
j...@selmer%sage -t -long sage/rings/polynomial/symmetric_ideal.py sage -t
-long "sage/rings/polynomial/symmetric_ideal.py"
[108.2 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 108.2 seconds
}}}
Interesting to note that it is essentially just one test which takes the
time!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9108#comment:5>
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.