Re: [Cython] never used numpy.pxd, but now my code is failing

2012-04-10 Thread Lisandro Dalcin
On 10 April 2012 22:53, Dag Sverre Seljebotn wrote: > On 04/10/2012 09:52 PM, Dag Sverre Seljebotn wrote: >> >> On 04/10/2012 08:32 PM, Lisandro Dalcin wrote: >>> >>> Is there any way to disable special-casing of numpy arrays? IMHO, if >>> I'm not using Cython's numpy.pxd file, Cython should let m

Re: [Cython] never used numpy.pxd, but now my code is failing

2012-04-10 Thread Dag Sverre Seljebotn
On 04/10/2012 09:52 PM, Dag Sverre Seljebotn wrote: On 04/10/2012 08:32 PM, Lisandro Dalcin wrote: Is there any way to disable special-casing of numpy arrays? IMHO, if I'm not using Cython's numpy.pxd file, Cython should let me decide how to manage the beast. Error compiling Cython file: -

Re: [Cython] never used numpy.pxd, but now my code is failing

2012-04-10 Thread Dag Sverre Seljebotn
On 04/10/2012 08:32 PM, Lisandro Dalcin wrote: Is there any way to disable special-casing of numpy arrays? IMHO, if I'm not using Cython's numpy.pxd file, Cython should let me decide how to manage the beast. Error compiling Cython file: --

[Cython] never used numpy.pxd, but now my code is failing

2012-04-10 Thread Lisandro Dalcin
Is there any way to disable special-casing of numpy arrays? IMHO, if I'm not using Cython's numpy.pxd file, Cython should let me decide how to manage the beast. Error compiling Cython file: ... if ((nm != PyArray_DIM(aj, 0)) or