Issue 1350 in sympy: Is WildFunction broken?

2009-03-26 Thread codesite-noreply
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 1350 by fab...@fseoane.net: Is WildFunction broken? http://code.google.com/p/sympy/issues/detail?id=1350 The code from the doc's don't run: >>> p = Wild('p') >>> g = WildFunction('g', nofargs=2) >>> (5*cos(

Issue 1350 in sympy: Is WildFunction broken?

2009-03-26 Thread codesite-noreply
Comment #1 on issue 1350 by fab...@fseoane.net: Is WildFunction broken? http://code.google.com/p/sympy/issues/detail?id=1350 it seems nofargs was never implemented ... -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue.

Issue 1350 in sympy: Is WildFunction broken?

2009-03-26 Thread codesite-noreply
Comment #2 on issue 1350 by ondrej.certik: Is WildFunction broken? http://code.google.com/p/sympy/issues/detail?id=1350 The only things that work are the ones that we test for in our tests. -- You received this message because you are listed in the owner or CC fields of this issue, or because y

Issue 1350 in sympy: Is WildFunction broken?

2009-03-26 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 1335 Comment #3 on issue 1350 by fab...@fseoane.net: Is WildFunction broken? http://code.google.com/p/sympy/issues/detail?id=1350 (No comment was entered for this change.) -- You received this message because you are listed in the owner or

Re: Issue 1350 in sympy: Is WildFunction broken?

2013-02-10 Thread sympy
Comment #4 on issue 1350 by bill.jan...@gmail.com: Is WildFunction broken? http://code.google.com/p/sympy/issues/detail?id=1350 "The only things that work are the ones that we test for in our tests." Um, how about updating the documentation? If this is generally valid, you might put a large

Re: Issue 1350 in sympy: Is WildFunction broken?

2013-02-10 Thread sympy
Comment #5 on issue 1350 by asmeu...@gmail.com: Is WildFunction broken? http://code.google.com/p/sympy/issues/detail?id=1350 All SymPy tests are included with the source code of sympy (see the tests subdirectories). They can often serve as nice examples of what the code can do, but their pur