-
Notifications
You must be signed in to change notification settings - Fork 404
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
Remove HeteroskedasticSingleTaskGP #2616
Conversation
This pull request was exported from Phabricator. Differential Revision: D65543676 |
Summary: X-link: pytorch/botorch#2616 This model has been buggy for quite a long time and we still haven't fixed it. Removing it should be preferable to keeping around a known buggy model. Example bug reports: - pytorch/botorch#861 - pytorch/botorch#933 - pytorch/botorch#2551 Differential Revision: D65543676
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2616 +/- ##
==========================================
- Coverage 99.98% 99.98% -0.01%
==========================================
Files 196 196
Lines 17368 17328 -40
==========================================
- Hits 17366 17326 -40
Misses 2 2 ☔ View full report in Codecov by Sentry. |
Summary: This model has been buggy for quite a long time and we still haven't fixed it. Removing it should be preferable to keeping around a known buggy model. Example bug reports: - pytorch#861 - pytorch#933 - pytorch#2551 Differential Revision: D65543676
621a536
to
58991c4
Compare
This pull request was exported from Phabricator. Differential Revision: D65543676 |
Summary: This model has been buggy for quite a long time and we still haven't fixed it. Removing it should be preferable to keeping around a known buggy model. Example bug reports: - pytorch#861 - pytorch#933 - pytorch#2551 Reviewed By: esantorella Differential Revision: D65543676
58991c4
to
232aae1
Compare
This pull request was exported from Phabricator. Differential Revision: D65543676 |
This pull request has been merged in 60387d0. |
Summary:
This model has been buggy for quite a long time and we still haven't fixed it. Removing it should be preferable to keeping around a known buggy model. Example bug reports:
Differential Revision: D65543676