Bug report

Dan Stromberg drsalists at gmail.com
Wed Feb 24 16:03:41 EST 2021


On Wed, Feb 24, 2021 at 12:58 PM Peter Otten <__peter__ at web.de> wrote:

> On 24/02/2021 20:36, Carla Molina wrote:
> This is not a bug. Have a look at the array's dtype:
>
>  >>> n = 60461826
>  >>> a = np.array([1, 50, 100, 150, 200, 250, 300])
>  >>> a.dtype
> dtype('int32')
>
I'm getting dtypes of float64.


More information about the Python-list mailing list