#5695: Sgae 3.4.1.rc1: doctest failure in combinat/words/words.py on 32 bit
boxen
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.4.1
Component: doctest | Keywords:
----------------------+-----------------------------------------------------
This looks like fallout from #5308:
{{{
sage -t -long "devel/sage/sage/combinat/words/words.py"
**********************************************************************
File
"/Users/mabshoff/sage-3.4.1.rc1/devel/sage/sage/combinat/words/words.py",
line 760:
sage: Words(7,13).cardinality()
Expected:
96889010407L
Got:
96889010407
**********************************************************************
File
"/Users/mabshoff/sage-3.4.1.rc1/devel/sage/sage/combinat/words/words.py",
line 763:
sage: Words(['a','b','c','d','e','f','g'],13).cardinality()
Expected:
96889010407L
Got:
96889010407
**********************************************************************
1 items had failures:
2 of 12 in __main__.example_31
***Test Failed*** 2 failures.
For whitespace errors, see the file
/Users/mabshoff/sage-3.4.1.rc1/tmp/.doctest_words.py
[18.4 s]
exit code: 1024
}}}
Trivial patch coming up.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5695>
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
-~----------~----~----~----~------~----~------~--~---