Skip to content
New issue

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 deprecation error #38

Open
juliarose-coffey opened this issue Nov 14, 2024 · 1 comment
Open

Numpy int deprecation error #38

juliarose-coffey opened this issue Nov 14, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@juliarose-coffey
Copy link

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.

@liamtoney liamtoney added bug Something isn't working good first issue Good for newcomers labels Nov 14, 2024
@malikrohail
Copy link

can i fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants