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

Interpolation using RbF consumes too much memory #350

Closed
Gabriel-p opened this issue Sep 16, 2017 · 0 comments
Closed

Interpolation using RbF consumes too much memory #350

Gabriel-p opened this issue Sep 16, 2017 · 0 comments

Comments

@Gabriel-p
Copy link
Contributor

Gabriel-p commented Sep 16, 2017

The interpolation done to produce the density plots consumes memory to the point that it crashes the code.

Change with a simpler 2D histo plus Gaussian filter.

That can't be done since the data is unstructured. Instead, when there are lots of points to interpolate I change the method to griddata which is much faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant