[Numpy-discussion] NumPy-1.0.3.x

Robert Kern robert.kern at gmail.com
Fri Aug 10 14:26:10 EDT 2007


Jarrod Millman wrote:

> 2) when I run scipy.test(1,10), I get:
> check_cosine_weighted_infinite
> (scipy.integrate.tests.test_quadpack.test_quad)Illegal instruction
> 
> If anyone has any ideas as to what is wrong, please let me know.

What platform are you on and what underlying libraries (ATLAS, etc.) did you
compile with? "Illegal instruction" usually comes from using an ATLAS library
that was compiled with a higher level of SSE than your CPU supports.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list