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

Deprecation warning for np.sum #35

Open
mayeshh opened this issue Dec 20, 2019 · 0 comments
Open

Deprecation warning for np.sum #35

mayeshh opened this issue Dec 20, 2019 · 0 comments

Comments

@mayeshh
Copy link

mayeshh commented Dec 20, 2019

There is a deprecation warning for the use of np.sum which occurs twice in burstlib_ext.py.

I first tried replacing with np.sum(np.fromiter()) in bb2e9d9, raising a type error.

In another commit 5ac3153 I suggest a fix for this, replacing np.sum with the builtin sum.

@tritemio tritemio changed the title Deprication warning for np.sum Deprecation warning for np.sum Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant