2010/3/23 Vincent Delecroix <20100.delecr...@gmail.com>: > Hi, > > I tried the following and get an unexpected error > > {{{ > sage: s = WordMorphism({'a1': ['a1','a2'], 'a2':['a1']}) > sage: s.fixed_point('a1') > Traceback > ... > KeyError: 'a' > }}} > > and it does the same for tuples > > {{{ > sage: s = WordMorphism({('a', 1) : [('a', 1), ('a', 2)], ('a', 2) : [('a', > 1)]}) > sage: s.fixed_point(('a', 1)) > Traceback > ... > KeyError: 'a' > }}} > > Is it a bug or not the right way to do ?
It is a bug. I think I can fix it easily. Sébastien -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to sage-combinat-de...@googlegroups.com. To unsubscribe from this group, send email to sage-combinat-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.