#9589: Doctest failures in nfactor_enumerable_word.py on 32-bit Linux
-----------------------------+----------------------------------------------
Reporter: mpatel | Owner: sage-combinat
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.5.2
Component: combinatorics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
[http://groups.google.com/group/sage-
release/browse_thread/thread/cc0b1929f66e0658/6b8cef45c9f5e56c#6b8cef45c9f5e56c
Seen on 32-bit SUSE Linux by John Cremona]:
{{{
sage -t -long "devel/sage/sage/combinat/words/nfactor_enumerable_word.py"
**********************************************************************
File
"/local/jec/sage-4.5.2.alpha0/devel/sage/sage/combinat/words/nfactor_enumerable_word.py",
line 612:
sage: for i in range(10):
for u in w.bispecial_factors_iterator(i):
print i,u
Expected:
0 word:
1 word: 1
1 word: 0
2 word: 10
2 word: 01
3 word: 101
3 word: 010
4 word: 0110
4 word: 1001
6 word: 100110
6 word: 011001
8 word: 10010110
Got:
0 word:
1 word: 1
1 word: 0
2 word: 10
2 word: 01
3 word: 101
3 word: 010
4 word: 0110
4 word: 1001
6 word: 011001
6 word: 100110
8 word: 10010110
**********************************************************************
File
"/local/jec/sage-4.5.2.alpha0/devel/sage/sage/combinat/words/nfactor_enumerable_word.py",
line 630:
sage: for u in w.bispecial_factors_iterator(): u
Expected:
word:
word: 1
word: 0
word: 10
word: 01
word: 101
word: 010
word: 0110
word: 1001
word: 100110
word: 011001
word: 10010110
Got:
word:
word: 1
word: 0
word: 10
word: 01
word: 101
word: 010
word: 0110
word: 1001
word: 011001
word: 100110
word: 10010110
}}}
[http://groups.google.com/group/sage-
release/browse_thread/thread/cc0b1929f66e0658/a932af7b005283b4#a932af7b005283b4
Leif Leonhardy sees the same on 32-bit Ubuntu].
These may be caused by #8604.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9589>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.