On Sun, Jun 7, 2009 at 11:54 PM, Aaron S. Meurer<[email protected]> wrote: > > 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.
I know the code and I think it can be removed. Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
