-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Open
Labels
01 - Enhancement63 - C APIChanges or additions to the C API. Mailing list should usually be notified.Changes or additions to the C API. Mailing list should usually be notified.
Description
It is quite frequent for some applications (numexpr, but others too) to hit the NPY_MAXARGS limit. You can find a report about this problem here:
Making this number larger (say 256) would alleviate the issue a lot.
PR #226 tries to tackle the problem, but probably just increasing the value would be enough. There has been a recent discussion in the numpy mailing list too:
http://mail.scipy.org/pipermail/numpy-discussion/2014-February/069266.html
153957, stevebissett, maxjcohen, ronkiker, gdementen and 7 morevss888
Metadata
Metadata
Assignees
Labels
01 - Enhancement63 - C APIChanges or additions to the C API. Mailing list should usually be notified.Changes or additions to the C API. Mailing list should usually be notified.