Re: Issue 2786 in sympy: Fill in missing tests for sympy.physics module in test_args.py

2012-11-07 Thread sympy
Comment #9 on issue 2786 by asmeu...@gmail.com: Fill in missing tests for sympy.physics module in test_args.py http://code.google.com/p/sympy/issues/detail?id=2786 For Code-In: Change OracleGate to accept a Lambda, and change any existing tests to use that if possible. -- You received

Re: Issue 2786 in sympy: Fill in missing tests for sympy.physics module in test_args.py

2012-10-27 Thread sympy
Comment #6 on issue 2786 by xoed...@gmail.com: Fill in missing tests for sympy.physics module in test_args.py http://code.google.com/p/sympy/issues/detail?id=2786 Why is it bad for OracleGate to use a lambda function? -- You received this message because you are subscribed to the Google

Re: Issue 2786 in sympy: Fill in missing tests for sympy.physics module in test_args.py

2012-10-27 Thread sympy
Comment #7 on issue 2786 by asmeu...@gmail.com: Fill in missing tests for sympy.physics module in test_args.py http://code.google.com/p/sympy/issues/detail?id=2786 See issue 2070. The reason is that many algorithms work by recursing through the .args, and that attribute is only there if

Re: Issue 2786 in sympy: Fill in missing tests for sympy.physics module in test_args.py

2011-11-26 Thread sympy
Comment #3 on issue 2786 by asmeu...@gmail.com: Fill in missing tests for sympy.physics module in test_args.py http://code.google.com/p/sympy/issues/detail?id=2786 This was https://github.com/sympy/sympy/pull/759. There are still a few issues, such as with OracleGate, which uses a lambda.

Issue 2786 in sympy: Fill in missing tests for sympy.physics module in test_args.py

2011-10-24 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-High CodeInCategory-QA CodeInDifficulty-Medium Core New issue 2786 by matt...@gmail.com: Fill in missing tests for sympy.physics module in test_args.py http://code.google.com/p/sympy/issues/detail?id=2786 All tests decorated with