On Thu, Mar 19, 2009 at 1:27 AM, Fredrik Johansson <[email protected]> wrote: > > On Thu, Mar 19, 2009 at 8:52 AM, Ondrej Certik <[email protected]> wrote: >> All tests pass, except 4 mpmath tests, but I suspect it could be some >> bug in mpmath. > > I suspect this is just due to tests being run out of the expected > order. Probably, adding "mp.dps = 15" at the top of each failing test > will fix it. I should add a test decorator that does this > automatically.
Yes, this is exactly it. Excellent, so the fix is easy. Btw in fact there were also couple failures in secondquant.py, that I fixed by this patch: http://code.google.com/p/sympy/issues/detail?id=1331 please review. 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 -~----------~----~----~----~------~----~------~--~---
