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
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,