[Numpy-discussion] find appropriate dtype based on a set of values

Gregorio Bastardo gregorio.bastardo at gmail.com
Wed Sep 4 03:48:44 EDT 2013


@Stéfan: the 'np.all' calls are now unnecessary on line 26

@Stéfan, Robert: Is it worth to bring this solution into numpy? I mean
it's probably not a rare problem, and now users have to bring this
snippet into their codebase.

Gregorio

2013/9/3 Stéfan van der Walt <stefan at sun.ac.za>:
> On Tue, Sep 3, 2013 at 2:47 PM, Robert Kern <robert.kern at gmail.com> wrote:
>>> Here's one way of doing it: https://gist.github.com/stefanv/6413742
>>
>> You can probably reduce the amount of work by only comparing a.min() and
>> a.max() instead of the whole array.
>
> Thanks, fixed.
>
> Stéfan
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion



More information about the NumPy-Discussion mailing list