Around line 547 (possibly different, my directory is dirty) in
power.py (in _eval_nseries() ), there is the following code:
if not rest.has(x):
return 1/(prefactor*(rest+1))
This return statement doesn't seem to tested in any of the tests. If
I put "assert False" right before the return statement, the tests
still all pass. Can someone who knows this code add a test. Ondrej
suggested that the lines might not even be necessary anymore.
Aaron Meurer
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy" 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?hl=en
-~----------~----~----~----~------~----~------~--~---