Am 27.05.2012 13:07, schrieb Guru Devanla:
I ran all the tests individually ( by selecting each folder ) and most of
the tests completed quickly and few of them took a few minutes. For
example, here are some numbers:
( the durations are the values displayed by test results)
sympy/matrices : 195 sec
sympy/simplify : 268 sec
sympy/integrals/test/test_meijerint.py : 88 sec
This is faster on my machine, but that may be hardware differences and
doesn't seem to be out of the ordinary.
But, after I run the test on *sympy/integrals/test/test_integrals.py* (
which always takes a long time ), my machine drastically slows down and
then even the test that ran earlier took longer before restarting the
machine. And, therefore, the tests takes hours to complete.
Sounds like the tests are filling up some resource (RAM, possibly disk)
and the machine is thrashing.
Check RAM and disk load.
RAM load: top
Disk load: df
SymPy is creating a cache, it may be that the cache is filling up your
available RAM and the machine starts to thrash.
(Does anybody know how much RAM a full SymPy test suite requires?)
--
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.