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
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
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
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