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