Re: Issue 3323 in sympy: perm_groups alt_or_sym failure

2012-07-13 Thread sympy
Comment #2 on issue 3323 by amake...@college.harvard.edu: perm_groups alt_or_sym failure http://code.google.com/p/sympy/issues/detail?id=3323 Hi all, it's my fault for writing a bad docstring. The other way I see to cope with this is the following: we add an attribute _is_alt_sym to the

Re: Issue 3303 in sympy: fdiff uses unpythonic indexing

2012-07-13 Thread sympy
Updates: Status: Invalid Comment #3 on issue 3303 by krastano...@gmail.com: fdiff uses unpythonic indexing http://code.google.com/p/sympy/issues/detail?id=3303 I do not know in what state of mind was I when filing this issue, however I am wrong about it. The indices are consistent

Issue 3325 in sympy: test_functions.py should be renamed test_function.py

2012-07-13 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3325 by smi...@gmail.com: test_functions.py should be renamed test_function.py http://code.google.com/p/sympy/issues/detail?id=3325 The test file for a file generally preppends `test_` but function.py's test file is `te