[Numpy-discussion] Adding New Feature

Matti Picus matti.picus at gmail.com
Thu Aug 19 11:38:21 EDT 2021


On 19/8/21 6:15 pm, Bhavay Malhotra wrote:
> Dear Team,
>
> I’m thinking of adding a new feature in response to the issue no. #19039.
>
> The feature is basically a function to check whether the data type of 
> both the numpy arrays are same or not.
>
> If the numpy arrays have different data types function return a False 
> else it returns a True.
>
>
> Thanking You.
>
> Regards,
>
> Bhavay
>
As we discussed on the issue https://github.com/numpy/numpy/issues/19039,


Is there a use-case where |"b.dtype == c.dtype"| would not suffice?


Matti



More information about the NumPy-Discussion mailing list