pmda
pmda copied to clipboard
replace numpy aliases with strings of the dtypes
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?