<div dir="ltr">On Mon, Sep 2, 2013 at 3:55 PM, Stéfan van der Walt <<a href="mailto:stefan@sun.ac.za">stefan@sun.ac.za</a>> wrote:<br>><br>> On Mon, Sep 2, 2013 at 4:21 PM, Gregorio Bastardo<br>> <<a href="mailto:gregorio.bastardo@gmail.com">gregorio.bastardo@gmail.com</a>> wrote:<br>

> >>>> np.min_scalar_type([-1,256]) # int16 expected<br>> > dtype('int32')<br>> ><br>> > Am I missing something? Anyone knows how to achieve the desired operation?<br>><br>> The docstring states explicitly that this use case is not supported.<br>

><br>> Here's one way of doing it: <a href="https://gist.github.com/stefanv/6413742">https://gist.github.com/stefanv/6413742</a><br><br>You can probably reduce the amount of work by only comparing a.min() and a.max() instead of the whole array.<br>

<br>--<br>Robert Kern<br></div>