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 _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
