On Wed, Feb 24, 2021 at 12:58 PM Peter Otten <[email protected]> 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.
--
https://mail.python.org/mailman/listinfo/python-list
