-
Notifications
You must be signed in to change notification settings - Fork 415
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
Do not filter out BoTorchWarnings by default #1630
Conversation
This pull request was exported from Phabricator. Differential Revision: D42017622 |
Summary: Pull Request resolved: pytorch#1630 Updates `debug` flag to be an opt-in only. Previously this was filtering out all BoTorchWarnings, which significantly limited usage of these warnings. Differential Revision: D42017622 fbshipit-source-id: 9d46140150b896a40eb058310677aacd7005e6da
06dcf38
to
413dfa0
Compare
This pull request was exported from Phabricator. Differential Revision: D42017622 |
Summary: Pull Request resolved: pytorch#1630 Updates `debug` flag to be an opt-in only. Previously this was filtering out all BoTorchWarnings, which significantly limited usage of these warnings. Differential Revision: D42017622 fbshipit-source-id: d04f12ee4743ffad5ef568d6831c16c3549f6112
413dfa0
to
713feeb
Compare
This pull request was exported from Phabricator. Differential Revision: D42017622 |
Codecov Report
@@ Coverage Diff @@
## main #1630 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 154 154
Lines 13783 13776 -7
=========================================
- Hits 13783 13776 -7
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1630 Updates `debug` flag to be an opt-in only. Previously this was filtering out all BoTorchWarnings, which significantly limited usage of these warnings. Differential Revision: D42017622 fbshipit-source-id: a6e5a673faa64d96a090ba70ac4830ef92e9a797
713feeb
to
014a362
Compare
This pull request was exported from Phabricator. Differential Revision: D42017622 |
Summary: Pull Request resolved: pytorch#1630 Updates `debug` flag to be an opt-in only. Previously this was filtering out all BoTorchWarnings, which significantly limited usage of these warnings. Reviewed By: esantorella Differential Revision: D42017622 fbshipit-source-id: c03115ea404d166de36be53af0aa07a6ebfd7ceb
This pull request was exported from Phabricator. Differential Revision: D42017622 |
014a362
to
4f12f5e
Compare
This pull request has been merged in 85bbf98. |
Summary: Updates
debug
flag to be an opt-in only. Previously this was filtering out all BoTorchWarnings, which significantly limited usage of these warnings.Differential Revision: D42017622