
19 Aug
2021
19 Aug
'21
3:38 p.m.
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