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

RuntimeWarning when using ray #513

Closed
bwohlberg opened this issue Apr 24, 2024 · 0 comments · Fixed by #515
Closed

RuntimeWarning when using ray #513

bwohlberg opened this issue Apr 24, 2024 · 0 comments · Fixed by #515
Assignees
Labels
examples Pertaining to SCICO examples tests Pertaining to SCICO tests

Comments

@bwohlberg
Copy link
Collaborator

The examples and tests that use ray are producing warnings

RuntimeWarning: os.fork() was called. os.fork() is incompatible with multithreaded code, and JAX is multithreaded, so this will likely lead to a deadlock.

This issue and a possible solution are discussed in ray-project/ray#44087.

@bwohlberg bwohlberg added examples Pertaining to SCICO examples tests Pertaining to SCICO tests labels Apr 24, 2024
@bwohlberg bwohlberg self-assigned this Apr 24, 2024
@bwohlberg bwohlberg linked a pull request Apr 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Pertaining to SCICO examples tests Pertaining to SCICO tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant