-
-
Notifications
You must be signed in to change notification settings - Fork 722
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
Add distributed.print
and distributed.warn
to API docs
#7113
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ± 0 15 suites ±0 6h 11m 46s ⏱️ + 7m 38s For more details on these failures, see this check. Results for commit 3cf320d. ± Comparison against base commit aaab17c. ♻️ This comment has been updated with latest results. |
Presumably formatting would need to occur with the functions themselves distributed/distributed/worker.py Line 3199 in aaab17c
distributed/distributed/worker.py Line 3218 in aaab17c
|
Should we merge given this improves the status quo? |
Just pushed an update to improve formatting |
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.
See #7129 -- as part of that, I expanded the docstrs and added them to the API docs. Sorry, I hadn't seen this. |
Superseded by #7129 |
Following up on #5217, this PR adds
distributed.print
anddistributed.warn
to the API docs