Consolidate ax/metrics, ax/plot, ax/runners, and smaller module tests (#5012)#5012
Open
eonofrey wants to merge 7 commits intofacebook:mainfrom
Open
Consolidate ax/metrics, ax/plot, ax/runners, and smaller module tests (#5012)#5012eonofrey wants to merge 7 commits intofacebook:mainfrom
eonofrey wants to merge 7 commits intofacebook:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5012 +/- ##
==========================================
- Coverage 96.84% 96.84% -0.01%
==========================================
Files 606 606
Lines 65404 65263 -141
==========================================
- Hits 63341 63201 -140
+ Misses 2063 2062 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 16, 2026
…facebook#5012) Summary: Pull Request resolved: facebook#5012 Part of a 19-diff stack to consolidate repetitive tests across Ax using `subTest`. Consolidate 4 test files across ax/metrics/, ax/plot/, and ax/global_stopping/ — adds subTest to noisy function metric, plot diagnostic, plot traces, and global stopping strategy tests. Differential Revision: D95606960
5c52969 to
5ed6baa
Compare
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 8 test files in ax/adapter/ and ax/adapter/transforms/ — adds subTest parameterization to torch adapter, trial-as-task transform, logit transform, and objective-as-constraint tests. Differential Revision: D95603401
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 11 test files in ax/analysis/ (plotly, healthcheck, graphviz) — adds subTest to top surfaces, metric summary, search space summary, and summary tests. Differential Revision: D95603642
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 11 test files in ax/api/ and ax/benchmark/ — adds subTest to benchmark result, benchmark metric, and API utils tests. Differential Revision: D95606935
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 12 test files in ax/core/ — adds subTest to experiment, metric, parameter constraint, runner, trial, and types tests. Differential Revision: D95604288
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 2 test files in ax/generation_strategy/ — adds subTest to best model selector criterion/aggregation tests and generation node input constructor tests. Differential Revision: D95604515
Summary: Part of a 19-diff stack to consolidate repetitive tests across Ax and PTS using `subTest`. Consolidate 8 test files in ax/generators/ — adds subTest to Thompson sampler weight configs, kernel tests, covariance module argparse, and generator utils tests. Differential Revision: D95604917
…facebook#5012) Summary: Pull Request resolved: facebook#5012 Part of a 19-diff stack to consolidate repetitive tests across Ax using `subTest`. Consolidate 4 test files across ax/metrics/, ax/plot/, and ax/global_stopping/ — adds subTest to noisy function metric, plot diagnostic, plot traces, and global stopping strategy tests. Differential Revision: D95606960
5ed6baa to
1324df4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Part of a 19-diff stack to consolidate repetitive tests across Ax using
subTest. Consolidate 4 test files across ax/metrics/, ax/plot/, and ax/global_stopping/ — adds subTest to noisy function metric, plot diagnostic, plot traces, and global stopping strategy tests.Differential Revision: D95606960