We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
can i fix this
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: