#4395: [with patch; needs review] Sage 3.1.4: magma related optional doctest
failure in sage/rings/quotient_ring.py
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: doctest | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by mabshoff):
This patch (one it is here :)) also likely fixes the following problem:
{{{
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
]
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4395#comment:3>
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
-~----------~----~----~----~------~----~------~--~---