-
Notifications
You must be signed in to change notification settings - Fork 410
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 InfeasibilityError exception #2652
Conversation
Deployment failed with the following error:
|
Thanks - should we derive |
@Balandat Thanks! Makes totally sense! I have made the requested change. Just a side note: the test failed on my local machine even before I made any changes, so I am unable to pass the test. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2652 +/- ##
========================================
Coverage 99.98% 99.98%
========================================
Files 198 200 +2
Lines 17911 18155 +244
========================================
+ Hits 17909 18153 +244
Misses 2 2 ☔ View full report in Codecov by Sentry. |
@Balandat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Thanks for the contribution, @Waschenbacher! |
Motivation
Add customised error for infeasible problem. Details see #2631
Have you read the Contributing Guidelines on pull requests?
Yes.
Test Plan
The customised error is tested in a similar way as the other customised errors.
Related PRs
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/pytorch/botorch, and link to your PR here.)