SuperDARN / pyDARNio

Python Library for read in SuperDARN data
GNU Lesser General Public License v3.0
8 stars 2 forks source link

BUG: np.str depreciated #54

Closed carleyjmartin closed 1 year ago

carleyjmartin commented 1 year ago

BUG

Need to change np.str to str for all occurences, the newest version of numpy has depreciated this method. Was done in pyDARN but not here.

Priority

Example of the bug

Occurs on import.

Potential Bug Location

in utils/conversions.py could be elsewhere