-
Notifications
You must be signed in to change notification settings - Fork 310
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
Get rid of SurrogateRunner and SurrogateBenchmarkProblem #2988
Conversation
This pull request was exported from Phabricator. Differential Revision: D65139431 |
317e52f
to
fa7f898
Compare
Summary: Context: * `SurrogateRunner` and `SurrogateBenchmarkProblem` are unused as of D64855010. See that diff for further context. Changes in this diff: * Remove `SurrogateRunner` * Remove `SurrogateBenchmarkProblem` * Remove corresponding tests (all functionality is covered by new tests, e.g. for `SurrogateTestFunction`) Reviewed By: Balandat Differential Revision: D65139431
Summary: Context: * `SurrogateRunner` and `SurrogateBenchmarkProblem` are unused as of D64855010. See that diff for further context. Changes in this diff: * Remove `SurrogateRunner` * Remove `SurrogateBenchmarkProblem` * Remove corresponding tests (all functionality is covered by new tests, e.g. for `SurrogateTestFunction`) Reviewed By: Balandat Differential Revision: D65139431
This pull request was exported from Phabricator. Differential Revision: D65139431 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2988 +/- ##
========================================
Coverage 95.59% 95.59%
========================================
Files 487 486 -1
Lines 49108 48996 -112
========================================
- Hits 46943 46838 -105
+ Misses 2165 2158 -7 ☔ View full report in Codecov by Sentry. |
Summary: Context: * `SurrogateRunner` and `SurrogateBenchmarkProblem` are unused as of D64855010. See that diff for further context. Changes in this diff: * Remove `SurrogateRunner` * Remove `SurrogateBenchmarkProblem` * Remove corresponding tests (all functionality is covered by new tests, e.g. for `SurrogateTestFunction`) Reviewed By: Balandat Differential Revision: D65139431
fa7f898
to
14dc9e2
Compare
This pull request was exported from Phabricator. Differential Revision: D65139431 |
Summary: Context: * `SurrogateRunner` and `SurrogateBenchmarkProblem` are unused as of D64855010. See that diff for further context. Changes in this diff: * Remove `SurrogateRunner` * Remove `SurrogateBenchmarkProblem` * Remove corresponding tests (all functionality is covered by new tests, e.g. for `SurrogateTestFunction`) Reviewed By: Balandat Differential Revision: D65139431
This pull request has been merged in 9afec01. |
Summary:
Context:
SurrogateRunner
andSurrogateBenchmarkProblem
are unused as of D64855010. See that diff for further context.Changes in this diff:
SurrogateRunner
SurrogateBenchmarkProblem
SurrogateTestFunction
)Reviewed By: Balandat
Differential Revision: D65139431