On Sat, May 14, 2011 at 10:48 AM, Pauli Virtanen <[email protected]> wrote:
> On Sat, 14 May 2011 09:45:12 -0600, Charles R Harris wrote: > [clip] > > These are generated by the .. autosummary:: command, so the error > > probably lies there. > > The problem is that the signature of these routines is written as > > remainder(x1, x2[, out]) > > and not as > > remainder(x1, x2, out=None) > > OK, the format for that part of the signature is in line 4910 in ufunc_object.c. The question is, which should we fix, the format or the autosummary? <snip> Chuck
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
