[Numpy-discussion] core dump when runniong tests

Mathew Yeates myeates at jpl.nasa.gov
Wed Jun 14 17:06:13 EDT 2006


Travis suggested I use svn and this worked!
Thanks Travis!

I'm now getting 1 test failure. I'd love to dot this 'i'

======================================================================
FAIL: check_large_types (numpy.core.tests.test_scalarmath.test_power)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/lib/python2.4/site-packages/numpy/core/tests/test_scalarmath.py", line 
42, in check_large_types
    assert b == 6765201, "error with %r: got %r" % (t,b)
AssertionError: error with <type 'float96scalar'>: got 
6765201.00000000000364

----------------------------------------------------------------------
Ran 377 tests in 0.347s

FAILED (failures=1)



Mathew Yeates wrote:
> I consistently core dump when I do the following
> 1) from the console I do
>  >import numpy
>  >numpy.test(level=1,verbosity=2)
>  >numpy.test(level=1,verbosity=2)
>  >numpy.test(level=1,verbosity=2)
>
> the third time (and only the third) I get a core dump in test_types. It 
> happens on the line
> val = vala+valb
> when k=2 atype= uint8scalar l=16 btype=complex192scalar  valb=(1.0+0.0j)
>
> Any help in debugging this?
> Mathew
>
>
>
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
>
>   





More information about the NumPy-Discussion mailing list