Re: [Numpy-discussion] linalg.det throws IndexError on 2.6.5

2010-05-30 Thread Ilya Sterin
n Sun, May 30, 2010 at 5:15 PM, Charles R Harris wrote: > > > On Sun, May 30, 2010 at 2:22 PM, Ilya Sterin wrote: >> >> Numpy 1.4.1.  I built it myself. >> >> The version of numpy in question on CentOS was built against a 2.6.5 >> version of python 64 bit bi

Re: [Numpy-discussion] linalg.det throws IndexError on 2.6.5

2010-05-30 Thread Ilya Sterin
ideas? Thanks. Ilya On Sun, May 30, 2010 at 4:02 PM, Charles R Harris wrote: > > > On Sun, May 30, 2010 at 1:32 PM, Ilya Sterin wrote: >> >> I'm not sure what's causing this at this point and before I dig deeper >> thought someone can shed some light... >>

[Numpy-discussion] linalg.det throws IndexError on 2.6.5

2010-05-30 Thread Ilya Sterin
I'm not sure what's causing this at this point and before I dig deeper thought someone can shed some light... On my Mac OS X python 2.6.1, numpy.linalg.det functions properly... >>> numpy.linalg.det(numpy.array([[1, 2], [3, 4]])) -2.0 On Centos 5 python 2.6.5, I get and IndexError (out of bounds