#6593: WordMorphism: doctest failure in Fedora
---------------------------+------------------------------------------------
 Reporter:  slabbe         |       Owner:  slabbe       
     Type:  defect         |      Status:  new          
 Priority:  major          |   Milestone:  sage-4.1.1   
Component:  combinatorics  |    Keywords:  word morphism
 Reviewer:                 |      Author:               
   Merged:                 |  
---------------------------+------------------------------------------------
 When sage-4.1.1.alpha0 was released (see http://groups.google.com/group
 /sage-devel/browse_thread/thread/267a2cb90085536b?hl=en), the following
 problem was reported :

 {{{
 Same here on Fedora 10 and Fedora 11, 32 bit.

 In addition both in a fresh install and in an upgrade:

 sage -t  "devel/sage/sage/combinat/words/morphism.py"
 **********************************************************************
 File
 "/home/jaap/Download/sage-4.1/devel/sage/sage/combinat/words/morphism.py",
 line 616:
      sage: m.extend_by(n)
 Expected:
      Morphism from Words over Ordered Alphabet ['a', 'b', 0, 1] to Words
 over Ordered Alphabet ['a', 'b', 0, 1]
 Got:
      Morphism from Words over Ordered Alphabet [0, 1, 'a', 'b'] to Words
 over Ordered Alphabet [0, 1, 'a', 'b']
 **********************************************************************
 File
 "/home/jaap/Download/sage-4.1/devel/sage/sage/combinat/words/morphism.py",
 line 618:
      sage: n.extend_by(m)
 Expected:
      Morphism from Words over Ordered Alphabet ['a', 'b', 0, 1] to Words
 over Ordered Alphabet ['a', 'b', 0, 1, 5]
 Got:
      Morphism from Words over Ordered Alphabet [0, 1, 'a', 'b'] to Words
 over Ordered Alphabet [0, 1, 5, 'a', 'b']
 **********************************************************************
 1 items had failures:
     2 of  10 in __main__.example_11
 ***Test Failed*** 2 failures.
 For whitespace errors, see the file
 /home/jaap/Download/sage-4.1/tmp/.doctest_morphism.py
          [3.2 s]
 exit code: 1024

 Jaap
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6593>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to