You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: word, substitution
Author: Sébastien Labbé
Reviewer: Vincent Delecroix
Merged: sage-4.4.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/8618
The text was updated successfully, but these errors were encountered: