#6329: optional doctest failure -- breakage in the sage<-->magma interface
-------------------------------+--------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.0.3
Component: optional packages | Keywords:
Reviewer: | Author:
Merged: |
-------------------------------+--------------------------------------------
Comment(by was):
More failures:
{{{
sage -t -long --optional
devel/sage/sage/schemes/hyperelliptic_curves/hyperelliptic_g2_generic.py
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/schemes/hyperelliptic_curves/hyperelliptic_g2_generic.py", line
218:
sage: magma(HyperellipticCurve(f)).IgusaClebschInvariants() # optional
- magma
Expected:
[ 0, -2048/375, -4096/25, -4881645568/84375 ]
Got:
[ -640, -20480, 1310720, 52160364544 ]
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/schemes/hyperelliptic_curves/hyperelliptic_g2_generic.py", line
220:
sage: magma(HyperellipticCurve(f(2*x))).IgusaClebschInvariants() #
optional - magma
Expected:
[ 0, -8388608/375, -1073741824/25, -5241627016305836032/84375 ]
Got:
[ -40960, -83886080, 343597383680, 56006764965979488256 ]
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/schemes/hyperelliptic_curves/hyperelliptic_g2_generic.py", line
222:
sage: magma(HyperellipticCurve(f, x)).IgusaClebschInvariants() #
optional - magma
Expected:
[ -8/15, 17504/5625, -23162896/140625, -420832861216768/7119140625 ]
Got:
[ -640, 17920, -1966656, 52409511936 ]
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/schemes/hyperelliptic_curves/hyperelliptic_g2_generic.py", line
224:
sage: magma(HyperellipticCurve(f(2*x), 2*x)).IgusaClebschInvariants()
# optional - magma
Expected:
[ -512/15, 71696384/5625, -6072014209024/140625,
-451865844002031331704832/7119140625 ]
Got:
[ -40960, 73400320, -515547070464, 56274284941110411264 ]
**********************************************************************
1 items had failures:
4 of 12 in __main__.example_7
***Test Failed*** 4 failures.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6329#comment:1>
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
-~----------~----~----~----~------~----~------~--~---