pmda icon indicating copy to clipboard operation
pmda copied to clipboard

replace numpy aliases with strings of the dtypes

Open GregorySchwing opened this issue 2 years ago • 0 comments

Fixes # #159

Changes made in this Pull Request:

  • Replace np.int with "int"
  • Replace np.int64 with "int64"
  • Replace np.float64 with "float64"

PR Checklist

  • [ ] Tests?
  • [ ] Docs?
  • [ ] CHANGELOG updated?
  • [ ] Issue raised/referenced?

GregorySchwing avatar Jan 11 '23 21:01 GregorySchwing