Consolidate ax/analysis tests (#5007)#5007
Open
eonofrey wants to merge 2 commits intofacebook:mainfrom
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5007 +/- ##
==========================================
- Coverage 96.75% 96.75% -0.01%
==========================================
Files 606 606
Lines 66152 66075 -77
==========================================
- Hits 64007 63931 -76
+ Misses 2145 2144 -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 10, 2026
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
5b234a2 to
573c33d
Compare
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 16, 2026
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
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 16, 2026
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
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 16, 2026
Summary: Pull Request resolved: facebook#5007 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
573c33d to
da767ae
Compare
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 16, 2026
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
2d991cd to
d5214d9
Compare
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 17, 2026
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
eonofrey
added a commit
to eonofrey/Ax
that referenced
this pull request
Mar 17, 2026
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 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
d5214d9 to
5bc080e
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 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