79332235

Date: 2025-01-06 06:25:23
Score: 2.5
Natty:
Report link

np.int, np.float etc appear to be deprecated. You only need to simply say int, float etc in the dtype specifier. That is, instead of dtype=(np.int, np.float), say dtype=(int, float) and so on.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vidyadhar Mudkavi