partridge
partridge copied to clipboard
Remove usage of deprecated numpy types
- Closes #68
- Switch from
np.unicode
tostr
as numpy 1.20.0 introduced a bug withnp.unicode
- Switch from
np.object
toobject
as the former is deprecated -
python setup.py test
had 30 failed tests prior to change, now all passed with change - @invisiblefunnel @timhowgego review appreciated, cheers