#6549: reinstate some doctests in schemes/plane_curves/affine_curve.py
-------------------------+--------------------------------------------------
Reporter: AlexGhitza | Owner: tbd
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.1.1
Component: doctest | Keywords:
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
Some doctests in {{{schemes/plane_curves/affine_curve.py}}} are marked
"not tested" with the comment that they crash on OS X intel. This appears
to not be the case any more:
{{{
aghi...@192-168-1-2:~/opt/sage-4.1$ ./sage
----------------------------------------------------------------------
| Sage Version 4.1, Release Date: 2009-07-09 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: x, y = (GF(17)['x,y']).gens()
sage: C = Curve(x^2+y^5+x*y-19)
sage: v = C.rational_points(algorithm='bn')
sage: w = C.rational_points(algorithm='enum')
sage: len(v)
20
sage: v == w
True
sage:
Exiting SAGE (CPU time 0m0.23s, Wall time 1m59.83s).
Exiting spawned Singular process.
aghi...@192-168-1-2:~/opt/sage-4.1$ uname -a
Darwin 192-168-1-2.tpgi.com.au 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar
31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6549>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---