Comment #6 on issue 1452 by asmeurer: integrate cannot do integral
http://code.google.com/p/sympy/issues/detail?id=1452
I bisected it to
commit bc4f3e4f5da89b2a4292decf24b9018d175eb9c3
iAuthor: Tom Bachmann <[email protected]>
Date: Wed Jun 15 15:13:07 2011 +0100
Start lookup tables.
sympy/integrals/meijerint.py:
(_create_lookup_table) New function.
(_mytype) New function.
(_lookup_table) New global variable.
(_rewrite_single) Use lookup tables.
sympy/integrals/tests/test_meijerint.py:
(test_lookup_table) New test.
TODO:
* cannot integrate exp(x)*Heaviside(1-x)
* cannot integrate many other things
* there is one test failure in integrals where I am not sure what to do
about
* there is a test in ode that needs updating (we can now do a new
integral)
* there is also an XFAIL test in integrals that we can now do (though
the answer
comes out different from what the test expects)
--
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.