#8618: Non standard alphabet
-----------------------------+----------------------------------------------
   Reporter:  vdelecroix     |       Owner:  sage-combinat     
       Type:  defect         |      Status:  new               
   Priority:  major          |   Milestone:  sage-4.4          
  Component:  combinatorics  |    Keywords:  word, substitution
     Author:                 |    Upstream:  N/A               
   Reviewer:                 |      Merged:                    
Work_issues:                 |  
-----------------------------+----------------------------------------------
 It seems that some functions that use morphisms of words do not work for
 not standard alphabet. This ticket follows the bug found in the
 fixed_point method (#8595).

 '''pseudo palindrome'''

 {{{
 sage: t = WordMorphism({'a1':['a2'], 'a2':['a1']})
 sage: W = Words(['a1','a2'])
 sage: W(['a1','a2']).is_palindrome(t)
 AttributeError Traceback (most recent call last)
 ...
 KeyError: 'a'
 }}}

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

Reply via email to