Closed esantorella closed 2 weeks ago
This pull request was exported from Phabricator. Differential Revision: D65679443
Attention: Patch coverage is 96.24060%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 95.68%. Comparing base (
03f1b95
) to head (790bd3e
).
Files with missing lines | Patch % | Lines |
---|---|---|
ax/utils/testing/benchmark_stubs.py | 86.27% | 7 Missing :warning: |
ax/benchmark/benchmark_runner.py | 85.71% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request was exported from Phabricator. Differential Revision: D65679443
This pull request was exported from Phabricator. Differential Revision: D65679443
This pull request has been merged in facebook/Ax@8d5eb71b3ffaa5af882206be2f365193f2aafbf9.
Summary: This moves methods on
BenchmarkProblem
to functions inbenchmark.py
without modifying them beyond changing "self" to "problem." This is not that interesting in itself; I'm doing this to make D65662132 easier to review.Differential Revision: D65679443