Updates:
Labels: -NeedsReview -Milestone-Release0.6.4 Milestone-Release0.6.5
Comment #10 on issue 694 by ondrej.certik: Add tests from "Review of CAS
mathematical capabilities", by Michael Wester
http://code.google.com/p/sympy/issues/detail?id=694
I rebased your commits, available here:
http://github.com/certik/sympy/tree/wester
Currently this is the result of the tests for me:
$ bin/test sympy/core/tests/test_wester.py
============================= test process starts
==============================
executable: /usr/bin/python (2.5.2-final-0)
sympy/core/tests/test_wester.py[115] .F............ffffffffffffffsffffffffffffff
fffffffffsffffffffffffffffffffffffffffff............s.s......E.s.....F.F
[FAIL]
________________________________________________________________________________
___________________ sympy/core/tests/test_wester.py:test_J6
____________________
File "/home/ondra/repos/sympy/sympy/core/tests/test_wester.py", line 466,
in test_J6
assert mpmath.jn(2,
1+1j).ae(mpc('0.04157988694396212', '0.24739764151330632'))
AttributeError: 'module' object has no attribute 'jn'
________________________________________________________________________________
___________________ sympy/core/tests/test_wester.py:test_C2
____________________
File "/home/ondra/repos/sympy/sympy/core/tests/test_wester.py", line 39,
in test_C2
(41, 1), (43, 1), (47, 1)])
AssertionError
________________________________________________________________________________
___________________ sympy/core/tests/test_wester.py:test_K8
____________________
File "/home/ondra/repos/sympy/sympy/core/tests/test_wester.py", line 555,
in test_K8
assert simplify(sqrt(1/z) - 1/sqrt(z)) != 0
AssertionError
________________________________________________________________________________
___________________ sympy/core/tests/test_wester.py:test_K10
___________________
File "/home/ondra/repos/sympy/sympy/core/tests/test_wester.py", line 565,
in test_K10
assert simplify(sqrt(1/z) + 1/sqrt(z)) == 0
AssertionError
tests finished: 39 passed, 3 failed, 5 skipped, 67 xfailed, 1 exceptions
in 5.11
seconds
DO *NOT* COMMIT!
Plus there are two more fixes in your repository, that should be polished &
merged.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---