Re: [Numpy-discussion] Strange bug in SVD when numpy is installed with pip

2014-09-27 Thread Darlan Cavalcante Moreira
Sat, Sep 27, 2014 at 10:37 AM, Darlan Cavalcante Moreira < > darc...@gmail.com> wrote: > >> >> Some time ago I have reported a bug about the linalg.matrix_rank in >> numpy for complex matrices. This was quickly fixed and to take the >> advantage of the fix I&#

[Numpy-discussion] Strange bug in SVD when numpy is installed with pip

2014-09-27 Thread Darlan Cavalcante Moreira
to some issue when pip compiles numpy locally. Note: If I run numpy.testing.test() all tests are OK for all numpy versions I have tested. The only fail is a known fail and I get "OK (KNOWNFAIL=1)". -- Darlan Cavalcante Moreira __

Re: [Numpy-discussion] Possible bug in linalg.matrix_rank

2014-05-23 Thread Darlan Cavalcante Moreira
argri...@ncsu.edu writes: > On Thu, May 22, 2014 at 1:50 PM, Darlan Cavalcante Moreira > wrote: >> >> After updating Ubuntu to 14.04 and thus numpy to version 1.8.1 I'm >> having problems with the linalg.matrix_rank function that I didn't have >&g

[Numpy-discussion] Possible bug in linalg.matrix_rank

2014-05-22 Thread Darlan Cavalcante Moreira
orks for any of the previous 'A' matrices # For the matrix below I get the error A = np.random.randn(3,4) + 1j*np.random.randn(3,4); np.linalg.matrix_rank(A) # Does not work and gives me the TypeError --8<---cut here---end---&