Re: [Numpy-discussion] Numpy.linalg.eig oddity

2010-06-23 Thread David Goldsmith
On Wed, Jun 23, 2010 at 2:17 PM, Robert Kern wrote: > On Wed, Jun 23, 2010 at 13:25, Salim, Fadhley (CA-CIB) > wrote: > > I've been investigating a truly bizarre bug related to the use of > > numpy.linalg.eig. > > > > I have two classes which both use numpy.linalg.eig. These classes are > > used

Re: [Numpy-discussion] Numpy.linalg.eig oddity

2010-06-23 Thread Robert Kern
On Wed, Jun 23, 2010 at 13:25, Salim, Fadhley (CA-CIB) wrote: > I've been investigating a truly bizarre bug related to the use of > numpy.linalg.eig. > > I have two classes which both use numpy.linalg.eig. These classes are > used at very different times and are not connected in any way other than

Re: [Numpy-discussion] Numpy.linalg.eig oddity

2010-06-23 Thread David Goldsmith
Is it not possible to update your versions to see if that solves the problem? DG On Wed, Jun 23, 2010 at 11:25 AM, Salim, Fadhley (CA-CIB) < fadhley.sa...@ca-cib.com> wrote: > I've been investigating a truly bizarre bug related to the use of > numpy.linalg.eig. > > I have two classes which both

[Numpy-discussion] Numpy.linalg.eig oddity

2010-06-23 Thread Salim, Fadhley (CA-CIB)
I've been investigating a truly bizarre bug related to the use of numpy.linalg.eig. I have two classes which both use numpy.linalg.eig. These classes are used at very different times and are not connected in any way other than the fact that they both share this particular dependancy. I have foun