Closed carleyjmartin closed 1 year ago
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.
np.str
str
Occurs on import.
in utils/conversions.py could be elsewhere
BUG
Need to change
np.str
tostr
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