Updates:
        Labels: EasyToFix

Comment #1 on issue 1927 by asmeurer: Basic.__call__ is confusing and inconsistent
http://code.google.com/p/sympy/issues/detail?id=1927

I agree that this is confusing and obscure enough to remove. It does seem that __call__ is convenient enough of
a shortcut that we ought to be using it for something, though.

Removing Basic.__call__ leads to only one test failure, which is a test for that behavior. There are a few tests that fail when Symbol.__call__ is removed, where Symbol('f')(x) is used instead of Function('f')(x). Should we keep that
shortcut?

--
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