On 6/15/12 10:25 PM, Keshav Kini wrote:
> Franco Saliola <sali...@gmail.com> writes:
>> I think it is because of this doctest:
>>
>>         sage: Sym.rename("Sym")
>>         sage: Sym
>>         Sym
>>
>> and UniqueRepresentation. So the object is somehow persisting from one
>> doctest block to another. They are not completely independent it
>> seems.
>>
>> I don't know how to fix this problem.
> 
> This trac ticket is relevant:
> http://trac.sagemath.org/sage_trac/ticket/12721
> 
> It doesn't solve your problem, but you might be interested to watch it,
> I guess.

Thanks.

It think Mike found a good solution to my problem. Just add an extra line

    sage: Sym.rename()

which changes the name back to its original.

Best,

Anne

-- 
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-devel@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.

Reply via email to