Open juliarose-coffey opened 1 week ago
numpy.int has been deprecated, but is referenced in waveform_collection/local/smart24.py, lines 461 and 462:
waveform_collection/local/smart24.py
'c0': ('S12', np.int), 'c#': ('S12', np.int),
Suggest changing this to np.int64 or another up-to-date function.
np.int64
can i fix this
numpy.int has been deprecated, but is referenced in
waveform_collection/local/smart24.py
, lines 461 and 462:Suggest changing this to
np.int64
or another up-to-date function.