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

r.patch: disable parallelization when MASK is active #2829

Merged
merged 2 commits into from
Feb 17, 2023

Conversation

petrasovaa
Copy link
Contributor

Reading rasters in parallel when MASK is active leads to errors, see #2809. This PR disables parallelization when MASK is in use.

@petrasovaa petrasovaa added bug Something isn't working C Related code is in C labels Feb 14, 2023
@petrasovaa petrasovaa added this to the 8.3.0 milestone Feb 14, 2023
Copy link
Contributor

@nilason nilason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the lightning strikes me, we can always remove this in time for 8.3. Please go ahead.

(I suppose there is no simple boolean function to query if mask is active?)

@petrasovaa
Copy link
Contributor Author

(I suppose there is no simple boolean function to query if mask is active?)

Not really, this is used in other modules. Vashek has an unfinished PR related to this: #2390

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

Successfully merging this pull request may close these issues.

3 participants