partridge icon indicating copy to clipboard operation
partridge copied to clipboard

Remove usage of deprecated numpy types

Open BlackSpade741 opened this issue 4 years ago • 0 comments

  • Closes #68
  • Switch from np.unicode to str as numpy 1.20.0 introduced a bug with np.unicode
  • Switch from np.object to object 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

BlackSpade741 avatar Feb 01 '21 19:02 BlackSpade741