-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Update computation code retrieval logic #5236
Conversation
It looks like gpuCI is failing due to a segfault?
EDIT: Also appearing over in #5233, so I'll assume it's unrelated to the specific changes in this PR |
Yup, this definitely looks like a gpuCI related issue - I've pinged our ops team |
rerun tests |
1 similar comment
rerun tests |
gpuCI is back and tests pass there. It seems that other failures are not related to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix @jrbourbeau !
Thanks for the quick gpuCI fix! |
This PR implements the fix proposed in #5224 (comment) for when
__name__
is not available. In this case, we will not attempt to retrieve the user code for a computation and will instead return"<Code not available>"
black distributed
/flake8 distributed
/isort distributed