Skip to content
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

Enable evaluating Branin test experiments with None status quo #2489

Closed
wants to merge 1 commit into from

Conversation

bletham
Copy link
Contributor

@bletham bletham commented May 31, 2024

Summary:
The Branin test experiment is really helpful for writing unit tests.
None status quo is an important case to consider for some areas. This adds a
None status quo handling for the branin test experiment so it can be used for
those areas.

Differential Revision: D57999540

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label May 31, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D57999540

@codecov-commenter
Copy link

codecov-commenter commented May 31, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 95.28%. Comparing base (13e3378) to head (0620608).

Files Patch % Lines
ax/utils/testing/core_stubs.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2489   +/-   ##
=======================================
  Coverage   95.27%   95.28%           
=======================================
  Files         485      485           
  Lines       47410    47415    +5     
=======================================
+ Hits        45172    45178    +6     
+ Misses       2238     2237    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…ook#2489)

Summary:

The Branin test experiment is really helpful for writing unit tests.
None status quo is an important case to consider for some areas. This adds a
None status quo handling for the branin test experiment so it can be used for
those areas.

Reviewed By: mgarrard

Differential Revision: D57999540
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D57999540

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c410658.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants