Comment #3 on issue 2082 by andy.terrel: No SymPy class 'Composition'
http://code.google.com/p/sympy/issues/detail?id=2082

I was trying to derive a class from Add:

class TAdd (Add):
    pass

Since I didn't put in the identity and zero, the error was called.

AFAIK, we just need to remove the if statement and the class name from core/core.py. Unless there is some reason this class doesn't exist and it should.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to