FInally! http://trac.sagemath.org/sage_trac/ticket/13724

There are still broken things, seems to behave correctly:

{{{
sage: A3 = 
CartanType("A3")                                                                
                      

sage: 
A3.cartan_matrix()                                                              
                           

[ 2 -1  0]
[-1  2 -1]
[ 0 -1  2]
sage: A3r = 
A3.relabel({1:2,2:3,3:1})                                                       
                     

sage: A3r.cartan_matrix()            
[ 2  0 -1]
[ 0  2 -1]
[-1 -1  2]
}}}

Mainly, the doctest of type_relabel.py compains about some not correctly 
inherited methods. I have the impression that it has to do with dynamic 
classes, which are beyond my knowledge. Could I get any hint, please?

Cheers,
Jesús Torrado

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/jw-i9QwbmZ4J.
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