#3758: [with patch, needs review] crypto -- sage -t -long
devel/sage/sage/crypto/mq/sr.py fails on many machines
---------------------+------------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.4.1
Component: algebra | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Changes (by shumow):
* summary: crypto -- sage -t -long devel/sage/sage/crypto/mq/sr.py
fails on many machines => [with patch, needs
review] crypto -- sage -t -long
devel/sage/sage/crypto/mq/sr.py fails on many
machines
Comment:
The problem here is that the doctest for
sage.crypto.mq.sr.test_consistency uses too much memory.
There are two options to fix this:
1) Just take the doc test out.
<or>
2) Change the doctest to call test_consistency w/ max_n=1 instead of
max_n=2. This leads to a more than 5 fold improvement of memory usage /
time.
This patch implements 2, because (1) would make test coverage numbers
decrease.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3758#comment:5>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---