Re: [Numpy-discussion] Second try: possible bug in assignment to complex array

2012-08-11 Thread Mark Bakker
Shall I file a bug report? Or is this fairly easy to fix? Mark > > On Fri, Aug 10, 2012 at 11:41 AM, wrote: > > > > > > > On Fri, Aug 10, 2012 at 10:00 AM, Travis Oliphant >wrote: > > > >> > >> On Aug 10, 2012, at 5:37 AM, Paul Anton Letnes wrote: > >> > >> > > >> > > >> > On 10. aug. 2012, at

[Numpy-discussion] Limit in NpyIter_MultiNew: NPY_MAXARGS

2012-08-11 Thread Sergio Pascual
I have written a program that makes use of NpyIter_Multi to iterate simultaneously over a large number of 2d arrays. But I have noticed that there is a limit of 32 in the number of simultaneous iterators allowed. This number is NPY_MAXARGS. I typically need to iterate over hundreds of images. So,