[Numpy-discussion] Multidimensional Indexing

2015-04-06 Thread Nicholas Devenish
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

[Numpy-discussion] multiarray.so: undefined symbol: _Py_ascii_whitespace

2012-06-13 Thread Nicholas Carl
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

Re: [Numpy-discussion] numpy.test() failures (1.2.1) on Mac OS X

2008-12-30 Thread Nicholas Matsakis
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 > &

[Numpy-discussion] numpy.test() failures (1.2.1) on Mac OS X

2008-12-30 Thread Nicholas Matsakis
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:

[Numpy-discussion] creating rec arrays

2008-01-20 Thread Nicholas
of copying? Thanks Nicholas ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] Passing a Null pointer after ndarray prototype definition

2007-12-30 Thread Nicholas
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

Re: [Numpy-discussion] mysql -> record array

2006-11-18 Thread nicholas cunliffe
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