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

Runs out of memory #9

Open
lmezei11 opened this issue Feb 21, 2024 · 1 comment
Open

Runs out of memory #9

lmezei11 opened this issue Feb 21, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lmezei11
Copy link

Runs out of memory

image

@a-vanderheiden
Copy link
Collaborator

This was occurring because the denoising algorithm was ran on the entire agreement raster before it was clipped. This is a problem because there are some large features in the agreement raster if it isn't clipped and the spatial.distance.pdist() function calculates the distance between every pixel in each feature.

Fixed this issue by clipping the agreement raster before denoising.

@lmezei11 can you confirm that this solved the issue on your laptop?

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

No branches or pull requests

2 participants