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

Multiprocessing new multi-threading DeprecationWarning for multiple forks in sample_empirical_variogram #507

Open
rhugonnet opened this issue Apr 12, 2024 · 1 comment
Labels
test-suite Issue related to testing

Comments

@rhugonnet
Copy link
Contributor

Calling the function with n_jobs>1 raises:
DeprecationWarning: This process (pid=10362) is multi-threaded, use of fork() may lead to deadlocks in the child.

Maybe using multiprocessing.get_context as in the KH9 repo would solve the issue.

@rhugonnet rhugonnet added the test-suite Issue related to testing label Apr 12, 2024
@rhugonnet
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-suite Issue related to testing
Projects
None yet
Development

No branches or pull requests

1 participant