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

Simplify a benchmarking test function #3111

Closed
wants to merge 2 commits into from

Conversation

esantorella
Copy link
Contributor

Summary: Simplify a function. I'm splitting off parts of D66313060 to make it easlier to review.

Differential Revision: D66398976

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

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

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.42%. Comparing base (7f2c4a0) to head (0859145).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3111      +/-   ##
==========================================
- Coverage   95.43%   95.42%   -0.01%     
==========================================
  Files         503      503              
  Lines       50264    50269       +5     
==========================================
+ Hits        47967    47970       +3     
- Misses       2297     2299       +2     

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


🚨 Try these New Features:

esantorella added a commit to esantorella/Ax that referenced this pull request Nov 25, 2024
Summary:

Simplified a function. I'm splitting off parts of D66313060 to make it easlier to review. I also removed some unused pyre-ignores (I'm not sure what changed).

Reviewed By: Balandat

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

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

esantorella added a commit to esantorella/Ax that referenced this pull request Nov 25, 2024
Summary:

Simplified a function. I'm splitting off parts of D66313060 to make it easlier to review. I also removed some unused pyre-ignores (I'm not sure what changed).

Reviewed By: Balandat

Differential Revision: D66398976
…Function` a " n_steps" attribute (facebook#3110)

Summary:

Differentiating between step and time will be needed when we allow different steps to take different amounts of time.

The new attribute is not needed yet, but will be in the next diff.

This PR:
* Changes docstring references to "time intervals" to "epochs" (now more sharply differentiating them from "virutal seconds")
* Gives `BenchmarkTestProblem` an attribute `n_epochs`
* Change the MapData key from "t" to "epoch"

Differential Revision: D66397779
Summary:

Simplified a function. I'm splitting off parts of D66313060 to make it easlier to review. I also removed some unused pyre-ignores (I'm not sure what changed).

Reviewed By: Balandat

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

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in e4cdeca.

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