Re: [Numpy-discussion] Extremely bizarre behavior I just cant track down...

2009-11-09 Thread Chris Colbert
This problem is solved. Lisandro spent a bunch of time with me helping to track it down. Thanks Lisandro! On Mon, Nov 9, 2009 at 6:49 PM, Chris Colbert wrote: > I've got an issue where trying to pass a numpy array to one of my > cython functions fails, with the exception saying than 'int object

[Numpy-discussion] Extremely bizarre behavior I just cant track down...

2009-11-09 Thread Chris Colbert
I've got an issue where trying to pass a numpy array to one of my cython functions fails, with the exception saying than 'int objects are not iterable'. So somehow, my array is going from being perfectly ok (i can display the image and print its shape and size), to going bad right before the funct