#4179: [with patch, needs review] ell_finite_field.py "long" doctest fails
-------------------------+--------------------------------------------------
Reporter: GeorgSWeber | Owner: GeorgSWeber
Type: defect | Status: new
Priority: minor | Milestone: sage-3.1.3
Component: doctest | Keywords:
-------------------------+--------------------------------------------------
In the file "ell_finite_field.py" change the line 1013 from
sage: for p in prime_range(10000): #long time (~20s)
to
sage: for p in prime_range(32768, 42768): #long time
(~20s)
to achieve the same intended amount of testing for the elliptic cirves
code as such.
(But do not run into an --- as of this writing --- outstanding bug related
to 16-Bit signed integers on Mac OS X 10.4.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4179>
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
-~----------~----~----~----~------~----~------~--~---