Sebastian Haase wrote: > Which file(s) should I be looking for?
numpy/core/src/multiarraymodule.c . You will need to modify the functions array_where() and PyArray_Where(). Be sure to update ma.py to match, and update numarray/functions.py to make use of the out= argument (numarray had it and we just fake it). -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
