uafgeotools / waveform_collection

Collect seismic/infrasound waveforms and metadata from IRIS/WATC/AVO servers, local miniSEED files, etc.
https://uaf-waveform-collection.readthedocs.io/
MIT License
13 stars 7 forks source link

Numpy int deprecation error #38

Open juliarose-coffey opened 1 week ago

juliarose-coffey commented 1 week ago

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.

malikrohail commented 4 days ago

can i fix this