-
-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Description
As discussed on sage-devel here: http://groups.google.com/group/sage-devel/browse_thread/thread/b1a03f8fc8ae8fcd/553773d7ba600ae7#553773d7ba600ae7
I added deprecation warnings to the four affected __call__ functions (two for symbolic values, one for equations, one for matrices), and fixed almost all the warnings in all the doctests other than the doctests specifically for those __call__ methods.
There's one set of warnings that I didn't figure out how to fix (in piecewise.py), so I just added the warning to the expected output for now.
CC: @jasongrout
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/5413