Hi,
The error in #882 looks pretty straightforward:
from numpy import
numarray a = numarray.array(1)
a.choose([])
core dumps because a.choose calls PyArray_ConvertCommonType with a
0-sized array, which is not handled correctly. Should the 0-sized case
be handled in this function, or in PyArray_Choose (the caller of
PyArray_ConvertCommonType) ?
cheers,
David
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion