Re: [Numpy-discussion] MKL ValueError: On entry to DLASCL parameter number 5 had an illegal value

2015-03-10 Thread josef.pktd
On Tue, Mar 10, 2015 at 1:20 PM, Charles R Harris wrote: > > > On Tue, Mar 10, 2015 at 10:33 AM, wrote: > >> >> I got a illegal value message using MKL on Windows 64 while running the >> statsmodels test suite. >> >> Kevin is getting the same with more information, which indicates that it >> mig

Re: [Numpy-discussion] MKL ValueError: On entry to DLASCL parameter number 5 had an illegal value

2015-03-10 Thread Charles R Harris
On Tue, Mar 10, 2015 at 10:33 AM, wrote: > > I got a illegal value message using MKL on Windows 64 while running the > statsmodels test suite. > > Kevin is getting the same with more information, which indicates that it > might be numpy.linalg.svd > > https://github.com/statsmodels/statsmodels/is

[Numpy-discussion] MKL ValueError: On entry to DLASCL parameter number 5 had an illegal value

2015-03-10 Thread josef.pktd
I got a illegal value message using MKL on Windows 64 while running the statsmodels test suite. Kevin is getting the same with more information, which indicates that it might be numpy.linalg.svd https://github.com/statsmodels/statsmodels/issues/2308#issuecomment-78086656 Is this serious? I'm jus