-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Fix code that triggers BytesWarning #79868
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
Conversation
🔗 Helpful links
❌ 1 New FailuresAs of commit aa0f624 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
This PR is a follow-up to #74813 after 6c2e811 was reverted in e10cbe3 due to failing slow tests in trunk. According to #74813 (comment), I should add the label @kit1980, you reviewed and approved the previous PR, so it might make sense for you to review this one as well. |
I see a failure in https://github.com/pytorch/pytorch/runs/6969718439?check_suite_focus=true, but given that the test is for building the C++ docs and the job was killed by the CI system, I don't think it's related. I'll continue following up with failures as jobs complete. |
@pytorchbot merge |
I can see that all tests were successful, except for the one test that does not appear to be related. @janeyx99, thanks for the approval! |
@pytorchbot successfully started a merge job. Check the current status here |
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule superuser |
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @aphedges. |
Summary: Fixes #74812. I have fixed the multiple instances in the repository that trigger `BytesWarning`, and I have enabled the `-bb` option when tests are run to prevent regressions. Pull Request resolved: #79868 Approved by: https://github.com/janeyx99 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/cb2b7b1e57e965493e14f465de869a78f50967cb Reviewed By: atalman Differential Revision: D37311530 fbshipit-source-id: 44481090787499c9da268e7e84e5a53ccea285c3
Fixes pytorch#74812. I have fixed the multiple instances in the repository that trigger `BytesWarning`, and I have enabled the `-bb` option when tests are run to prevent regressions. Pull Request resolved: pytorch#79868 Approved by: https://github.com/janeyx99
Fixes #74812.
I have fixed the multiple instances in the repository that trigger
BytesWarning
, and I have enabled the-bb
option when tests are runto prevent regressions.