On Mon, Aug 10, 2009 at 10:26 AM, Vinzent Steinberg<[email protected]> wrote: > > On Aug 9, 8:49 am, Ondrej Certik <[email protected]> wrote: >> This is a really critical thing, since the tests were failing on our >> buildbots, so I pushed that in. Now all the tests pass again on >> buildbots, so we don't have to revert any patches. >> >> Nevertheless, the above bug in mpmath (and apparently also in nseries, >> see the buildbot logs) stays. >> >> What we could do, if anyone has time to implement that, is to test the >> testsuite in a random order, it would probably reveal couple more >> similar bugs. >> >> Ondrej > > Thank you a lot. Testing in random order is trivial to implement, just > use random.shuffle() instead of .sort().
Great --- let's create an option in the test runner. 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 -~----------~----~----~----~------~----~------~--~---
