Robert Kern <[EMAIL PROTECTED]> writes: > If possible, I would prefer a way to pass a value to use and raise the error > if > no such value is passed rather than hardcode an identity value for min() and > max().
What's wrong with inf? I'm not sure integer reductions should have max/min-ints as identity values (because this could lead to nasty bugs when implicit dtype promotions are involved), but I can't see any problems resulting from +/-inf. 'as _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
