#4395: 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 | Keywords:
----------------------+-----------------------------------------------------
{{{
sage -t -long -optional devel/sage/sage/rings/quotient_ring.py
**********************************************************************
File
"/home/mabshoff/build-3.2.a1/sage-3.2.alpha1-iras/tmp/quotient_ring.py",
line 647:
sage: Q._magma_() # optional requires Magma
Expected:
Affine Algebra of rank 2 over GF(2)
Graded Reverse Lexicographical Order
Variables: x, y
Quotient relations:
[
x^2 + x,
y^2 + y
]
Got:
Affine Algebra of rank 2 over GF(2)
Graded Reverse Lexicographical Order
Variables: x, y
Quotient relations:
[
0,
0
]
**********************************************************************
1 items had failures:
1 of 5 in __main__.example_23
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/mabshoff/build-3.2.a1/sage-3.2.alpha1-iras/tmp/.doctest_quotient_ring.py
[5.4 s]
exit code: 1024
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4395>
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
-~----------~----~----~----~------~----~------~--~---