-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 warning for few workers #1378
Add warning for few workers #1378
Conversation
Hello @ethanwharris! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-04-04 18:20:18 UTC |
Codecov Report
@@ Coverage Diff @@
## master #1378 +/- ##
======================================
Coverage 92% 92%
======================================
Files 63 63
Lines 3317 3320 +3
======================================
+ Hits 3042 3045 +3
Misses 275 275 |
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.
LGTM 🚀
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.
LGTM
* Add warning for few workers * Fix style issue * Update CHANGELOG.md * Update test * formatting * formatting Co-authored-by: Jirka Borovec <[email protected]>
@ethanwharris Is there a way to disable this warning? |
@carlosgmartin You should be able to use a warning filter to disable the warnings: https://docs.python.org/3/library/warnings.html#overriding-the-default-filter Hope that helps 😃 |
Before submitting
What does this PR do?
Fixes #1322
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃