[Numpy-discussion] Numpy.test() hangs

Charles R Harris charlesr.harris at gmail.com
Tue Nov 11 13:00:42 EST 2008


On Tue, Nov 11, 2008 at 10:33 AM, James Philbin <philbinj at gmail.com> wrote:

> Python 2.5.2 (r252:60911, Oct  5 2008, 19:29:17)
> [GCC 4.3.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import numpy
> >>> numpy.__version__
> '1.3.0.dev6005'
> >>> numpy.test(verbosity=2)
> ...
> test_umath.TestLogAddExp.test_logaddexp_values ...
>
> The test hangs at the last line and never progresses further.
>

Ah good, some of the buildbots are doing this also and I'm trying to track
it down. I don't see it on my machine. Could you post your compiler version?
I suspect a library problem. Meanwhile I'll comment out the offending
tests... and add some that might hang in more informative places.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20081111/b6f39d31/attachment.html>


More information about the NumPy-Discussion mailing list