With the indexing example from the documentation:
y = np.arange(35).reshape(5,7)
Why does selecting an item from explicitly every row work as I’d expect:
>>> y[np.array([0,1,2,3,4]),np.array([0,0,0,0,0])]
array([ 0, 7, 14, 21, 28])
But doing so from a full slice (which, I would naively expect t
Hello,
I
installed Numpy 1.5.1 with Python 2.7.2 and when I try to test my QIIME install
it gives me the following error:
/apps/qiime-1.5/dependencies/lib/python2.7/site-packages/numpy/core/multiarray.so:
undefined symbol: _Py_ascii_whitespace
ldd
for that file gives:
libm.s
On Tue, 30 Dec 2008, Nicholas Matsakis wrote:
> I just installed what I believe to be a completely vanilla installation of
> numpy on an Intel Mac OS X 10.5.6. Python 2.5 pkg from Python.org, numpy
> 1.2.1 pkg from scipy.org, nose installed through setup tools. Running
> &
I just installed what I believe to be a completely vanilla installation of
numpy on an Intel Mac OS X 10.5.6. Python 2.5 pkg from Python.org, numpy
1.2.1 pkg from scipy.org, nose installed through setup tools. Running
"import numpy; numpy.test()" results in the following errors and failures:
of copying?
Thanks
Nicholas
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion
ble))
the problem is in casting to None for the above (T_ndDp) type
Any help would be greatly appreciated
Nicholas
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion
I think someone needs to sort out distribution lists, im getting lots
of unstructured emails under many different titles
On 11/17/06, Francesc Altet <[EMAIL PROTECTED]> wrote:
> A Dijous 16 Novembre 2006 22:28, Erin Sheldon escrigué:
> > Hi Francesc -
> >
> > Unless I missed something, I think wha