Comment #7 on issue 1132 by asmeurer: add a test for complex integral from wikipedia
http://code.google.com/p/sympy/issues/detail?id=1132

About a minute on my machine:

In [7]: %time integrate(d, x)
CPU times: user 53.84 s, sys: 0.47 s, total: 54.32 s
Wall time: 70.38 s
Out[8]:
     ⎛      ⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎞       ⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽
2⋅log⎝x + ╲╱ x + log(x) ⎠ + 2⋅╲╱ x + log(x)

Almost all the skipped tests are skipped because they are too slow, so maybe we should just skip these slow tests and let ./bin/test --slow unskip them. We might need to add an option to skip() in case we want to skip a test for some other reason.

--
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.

Reply via email to