#5428: [with patch, needs review] Doctest failure in
devel/sage/doc/en/bordeaux_2008/method_of_graphs.rst
---------------------+------------------------------------------------------
Reporter: jsp | Owner: mabshoff
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.4
Component: doctest | Keywords:
---------------------+------------------------------------------------------
Comment(by jsp):
I don't think the patch will do:
On sage.math, 64 bits:
{{{
j...@sage:/scratch/jsp/sage-3.4.alpha0$ ./sage
----------------------------------------------------------------------
| Sage Version 3.4.rc0, Release Date: 2009-03-02 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: t2 = ModularSymbols(389,sign=1).hecke_matrix(2); t2[0]
(3, 0, -1, 0, 0, -1, 1, 0, 0, 0, 1, -1, 0, 0, 1, 1, 0, 1, -1, 1, -1, 1, 0,
0, -1, 0, 0, 0, 0, 0, 1, -1, -1)
}}}
On Fedora 9, 32 bits:
{{{
[j...@paix sage-3.4.alpha0]$ ./sage
----------------------------------------------------------------------
| Sage Version 3.4.rc0, Release Date: 2009-03-02 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: t2 = ModularSymbols(389,sign=1).hecke_matrix(2); t2[0]
(3, 0, -1, 0, 0, -1, 1, 0, 0, 0, -1, 1, 0, 1, -1, 0, 1, 1, 0, 1, -1, 1,
-1, 1, 0, 0, 0, 0, 0, 0, 1, -1, -1)
}}}
Can't explain the different output.
Jaap
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5428#comment:8>
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
-~----------~----~----~----~------~----~------~--~---