#5413: [with patch, positive review] deprecate substitution via __call__ w/
unnamed arguments
----------------------+-----------------------------------------------------
Reporter: cwitty | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: calculus | Keywords:
----------------------+-----------------------------------------------------
Comment(by mabshoff):
There is one tiny doctest issue left - at least in my merge tree :)
{{{
sage -t -long "devel/sage/doc/en/constructions/calculus.rst"
**********************************************************************
File
"/scratch/mabshoff/sage-3.4.1.alpha0/devel/sage/doc/en/constructions/calculus.rst",
line 222:
sage: f.integral()
Expected:
Piecewise defined function with 2 parts, [[(0, 1), x^3/3], [(1, 2),
(15*x - x^3)/3 - 13/3]]
Got:
Piecewise defined function with 2 parts, [[(0, 1), x |--> x^3/3], [(1,
2), x |--> (15*x - x^3)/3 - 13/3]]
**********************************************************************
1 items had failures:
1 of 9 in __main__.example_8
***Test Failed*** 1 failures.
For whitespace errors, see the file
/scratch/mabshoff/sage-3.4.1.alpha0/tmp/.doctest_calculus.py
[4.3 s]
exit code: 1024
}}}
I am fixing this with a reviewer patch.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5413#comment:16>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---