DESI-UR / VAST

Void Analysis Software Toolkit
https://vast.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Numpy bool fix #97

Closed QuiteAFoxtrot closed 1 year ago

QuiteAFoxtrot commented 1 year ago

Minor changes for newer Python 3 version where 'numpy.bool' is deprecated and needs to be replaced with regular old python 'bool' or 'numpy.bool_'