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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to