Re: [Numpy-discussion] Would like to patch docstring for numpy.random.normal

2015-03-10 Thread Paul Hobson
On Tue, Mar 10, 2015 at 11:22 AM, Nathaniel Smith wrote: > On Mar 10, 2015 11:15 AM, "Paul Hobson" wrote: > > > > > > On Mon, Mar 9, 2015 at 4:33 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> > >> > >> > >> On Mon, Mar 9, 2015 at 2:34 PM, Paul Hobson wrote: > >>> > >>> I feel

Re: [Numpy-discussion] Would like to patch docstring for numpy.random.normal

2015-03-10 Thread Sturla Molden
On 09/03/15 21:34, Paul Hobson wrote: > I feel your pain. Making it worse, numpy.random.lognormal takes "mean" > and "sigma" as input. If there's ever a backwards incompatible release, > I hope these things will be cleared up. The question is how... The fix is obvious, but the consequences are un

Re: [Numpy-discussion] Would like to patch docstring for numpy.random.normal

2015-03-10 Thread Nathaniel Smith
On Mar 10, 2015 11:15 AM, "Paul Hobson" wrote: > > > On Mon, Mar 9, 2015 at 4:33 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: >> >> >> >> On Mon, Mar 9, 2015 at 2:34 PM, Paul Hobson wrote: >>> >>> I feel your pain. Making it worse, numpy.random.lognormal takes "mean" and "sigma" as in

Re: [Numpy-discussion] Would like to patch docstring for numpy.random.normal

2015-03-10 Thread Paul Hobson
On Mon, Mar 9, 2015 at 4:33 PM, Charles R Harris wrote: > > > On Mon, Mar 9, 2015 at 2:34 PM, Paul Hobson wrote: > >> I feel your pain. Making it worse, numpy.random.lognormal takes "mean" >> and "sigma" as input. If there's ever a backwards incompatible release, I >> hope these things will be c

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