#4482: Sage 3.2.rc0: optional Magma doctest failure in
devel/sage/sage/rings/polynomial/pbori.pyx
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.1
Component: doctest | Keywords:
----------------------+-----------------------------------------------------
#4395 fixes a similar issue, but the following still fails after applying
that patch:
{{{
sage -t -long -optional devel/sage/sage/rings/polynomial/pbori.pyx
**********************************************************************
File "/scratch/mabshoff/release-cycle/sage-3.1.3.final/tmp/pbori.py", line
988:
sage: B._magma_() # optional requires magma
Expected:
Affine Algebra of rank 3 over GF(2)
Lexicographical Order
Variables: x, y, z
Quotient relations:
[
x^2 + x,
y^2 + y,
z^2 + z
]
Got:
Affine Algebra of rank 3 over GF(2)
Lexicographical Order
Variables: x, y, z
Quotient relations:
[
0,
0,
0
]
**********************************************************************
File "/scratch/mabshoff/release-cycle/sage-3.1.3.final/tmp/pbori.py", line
1024:
sage: B._magma_() # optional requires magma, indirect doctest
Expected:
Affine Algebra of rank 3 over GF(2)
Lexicographical Order
Variables: x, y, z
Quotient relations:
[
x^2 + x,
y^2 + y,
z^2 + z
]
Got:
Affine Algebra of rank 3 over GF(2)
Lexicographical Order
Variables: x, y, z
Quotient relations:
[
0,
0,
0
]
**********************************************************************
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4482>
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
-~----------~----~----~----~------~----~------~--~---