#4237: [with patch; needs work] magma -- finite field matrix conversions
-------------------------+--------------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-3.2.2
Component: interfaces | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by mabshoff):
* summary: [with patch; needs review] magma -- finite field matrix
conversions => [with patch; needs work] magma
-- finite field matrix conversions
Comment:
I am seeing one doctest failure with this patch on sage.math:
{{{
sage -t -long "devel/sage/sage/matrix/matrix_modn_dense.pyx"
**********************************************************************
File "/scratch/mabshoff/release-
cycle/sage-3.2.2.rc0/devel/sage/sage/matrix/matrix_modn_dense.pyx", line
276, in __main__.example_6
Failed example:
-m###line 554:_sage_ >>> -m
Expected:
[19 18 17]
[16 15 14]
[13 12 11]
Got:
[ 0 18 17]
[16 15 14]
[13 12 11]
**********************************************************************
}}}
I haven't looked into the cause yet.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4237#comment:14>
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
-~----------~----~----~----~------~----~------~--~---