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

memory issue #17

Open
elmiramb opened this issue Apr 24, 2017 · 1 comment
Open

memory issue #17

elmiramb opened this issue Apr 24, 2017 · 1 comment

Comments

@elmiramb
Copy link

Hi, Thank you so much for creating such a nice wavelet package! Did you happen to have a problem with wavelet power calculation for large time series data? it seems there is a memory leakage problem. Thanks!

@shixun22
Copy link

shixun22 commented Jun 6, 2017

Hi, I've been using this package recently and do not find a memory leakage problem. The only place in the code that I find the memory management is far from optimal is self.compute_Cdelta. One can easily modify it by doing the w_k-average for each scale rather than using mesh_grid. Hope this helps!

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

2 participants