Closed
Description
Original ticket http://projects.scipy.org/numpy/ticket/432 on 2007-01-23 by @huard, assigned to unknown.
r = random.randn(1000,2)
cov(r)
Crashes the shell. Ubuntu Dapper, 1.0.1.dev3423.
cov(r.T)
works fine.
Original ticket http://projects.scipy.org/numpy/ticket/432 on 2007-01-23 by @huard, assigned to unknown.
r = random.randn(1000,2)
cov(r)
Crashes the shell. Ubuntu Dapper, 1.0.1.dev3423.
cov(r.T)
works fine.