Ondrej,

When I run test_type_a.py on my computer, it is passing without the error 
that you get.  When I apply the patch:

     def __call__(self, *args): 
         c = args[0] 
+        print c 
         c = list(c) 

for me, it does just print out A3 or A4, it does not print out anything 
else.  This is my output from the tests:

sympy/liealgebras/tests/test_type_a.py[1] A3

Do you know why it would work for me on my computer, but not for you?

Mary

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to