numpy.int has been deprecated, but is referenced in `waveform_collection/local/smart24.py`, lines 461 and 462: ``` 'c0': ('S12', np.int), 'c#': ('S12', np.int), ``` Suggest changing this to `np.int64` or another up-to-date function.
numpy.int has been deprecated, but is referenced in
waveform_collection/local/smart24.py, lines 461 and 462:Suggest changing this to
np.int64or another up-to-date function.