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

mask_fillvalues and mask_multimodel recompute mask from all input cubes for every output cube #2521

Open
bouweandela opened this issue Sep 10, 2024 · 0 comments · May be fixed by #2522
Open
Labels
dask related to improvements using Dask preprocessor Related to the preprocessor

Comments

@bouweandela
Copy link
Member

Because mask_fillvalues and mask_multimodel are now lazy, they recompute the mask based on all the input cube for every output cube. This is slow and unnecessary because the mask is the same for every output cube.

@bouweandela bouweandela added preprocessor Related to the preprocessor dask related to improvements using Dask labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dask related to improvements using Dask preprocessor Related to the preprocessor
Projects
None yet
1 participant