Aaron, I narrowed the test down to test/test_integrals.py ( if this is the information you are looking for).
Again, as I mentioned in the other post, first time around this test just takes few minutes, but after that it does slow down my machine. I can run all other tests(skipping test_integrals.py) as many times as I want, and the tests complete in reasonable time ( few minutes) Regards Guru On Sunday, May 27, 2012 6:22:58 PM UTC-5, Aaron Meurer wrote: > > This is indeed very odd. Can you run the integrals test with the -v > option and let us know which test(s) take so long? > > Aaron Meurer > > On Sun, May 27, 2012 at 5:12 PM, Joachim Durchholz <[email protected]> > wrote: > > Am 27.05.2012 19:16, schrieb [email protected]: > > > >> On 27 May 2012 19:09, Joachim Durchholz<[email protected]> wrote: > >>> > >>> Am 27.05.2012 18:26, schrieb [email protected]: > >>> > >>>> And I do not get how one run of the tests (integrals) affects > >>>> consecutive runs... > >>> > >>> > >>> SymPy has a cache. Later tests reuse results from earlier > computations. > >>> This has caused problems with reproducing errors in the past, but it > does > >>> have the advantage that we have a rough estimate of how good SymPy is > at > >>> returning the same results for the same inputs. > >> > >> But the cache is not retained between different runs of the test > >> runner, is it? Or is it saved to disk? > > > > > > It isn't AFAIK. > > It is kept from test to test if you run a suite of tests though. > > If it's exerting RAM pressure, that would be an explanation why a test > suite > > become slow after a few tests. > > > > Well, that used to be my knowledge. Vlada's response in the other > subthread > > indicates that it's otherwise. > > > > Which leaves me clueless about the actual problem in this case. > > I guess we'll have to wait until Guru comes back with some numbers. > > > > > > -- > > 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. > > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/E_Qq_kE-jDIJ. 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.
