[Numpy-discussion] addition to numpy.i

Charles R Harris charlesr.harris at gmail.com
Tue May 26 13:16:52 EDT 2015


On Tue, May 26, 2015 at 8:59 AM, Tom Krauss <thomas.p.krauss at gmail.com>
wrote:

> Hi folks,
>
> After some discussion with Bill Spotz I decided to try to submit my new
> typemap to numpy.i that allows in-place arrays of an arbitrary number of
> dimensions to be passed in as a "flat" array with a single "size".
>
> To that end I created my first pull request
>   https://github.com/numpy/numpy/pull/5914
> sorry if I missed any steps or procedures - I noticed only after I did the
> commit and pull request that I should have created a new feature branch,
> sorry about that.
>
> Anyway I noticed the pull request initiated a series of tests and one of
> them failed. How do I go about debugging and resolving the failure?
>

Looks like it passed the tests, in fact, I don't think travis tests
numpy.i, but I could be wrong about that.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20150526/109ecbc5/attachment.html>


More information about the NumPy-Discussion mailing list