[Numpy-tickets] [NumPy] #432: cov segfaults when input is oriented incorrectly
NumPy
numpy-tickets at scipy.net
Tue Jan 23 16:17:21 CST 2007
#432: cov segfaults when input is oriented incorrectly
--------------------+-------------------------------------------------------
Reporter: dhuard | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
{{{
r = random.randn(1000,2)
cov(r)
}}}
Crashes the shell. Ubuntu Dapper, 1.0.1.dev3423.
{{{
cov(r.T)
}}}
works fine.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/432>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list